-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
46 lines (46 loc) · 1001 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
39
40
41
42
43
44
45
46
{
"name": "are-you-ok",
"version": "0.0.1",
"description": "Play the Are You OK song by your keyboard.",
"browserify": {
"transform": [
"browserify-shim"
]
},
"browserify-shim": {
"ion-sound": {
"depends": "jquery",
"exports": "ion-sound"
}
},
"scripts": {
"build": "gulp",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/llh911001/are-you-ok"
},
"keywords": [
"areyouok",
"music",
"rap",
"pop",
"chinese rap"
],
"author": "[email protected]",
"license": "MIT",
"bugs": {
"url": "https://github.com/llh911001/are-you-ok/issues"
},
"homepage": "https://github.com/llh911001/are-you-ok",
"devDependencies": {
"autoprefixer-core": "^5.2.1",
"gulp": "^3.9.0",
"gulp-jade": "^1.0.1",
"gulp-minify-css": "^1.2.0",
"gulp-postcss": "^5.1.9",
"gulp-uglify": "^1.2.0",
"postcss-nested": "^0.3.2"
}
}