-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 867 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "I-wanna-know",
"version": "0.0.2",
"description": "I wanna know the beat of this song.",
"main": "gulpfile.js",
"scripts": {
"test": "gulp ci"
},
"repository": {
"type": "git",
"url": "https://github.com/matheuslc/i-wanna-know"
},
"keywords": [
"html5",
"audio",
"api",
"data",
"analizer"
],
"author": "Matheus Lucca do Carmo",
"license": "MIT",
"bugs": {
"url": "https://github.com/matheuslc/i-wanna-know/issues"
},
"homepage": "http://matheuslc.com/i-wanna-know/",
"devDependencies": {
"gulp": "^3.8.8",
"gulp-autoprefixer": "^1.0.1",
"gulp-concat": "^2.4.1",
"gulp-connect": "^2.0.6",
"gulp-imagemin": "^1.0.1",
"gulp-jshint": "^1.8.4",
"gulp-minify-css": "^0.3.10",
"gulp-rename": "^1.2.0",
"gulp-sass": "^0.7.3",
"gulp-uglify": "^1.0.1"
}
}