-
Notifications
You must be signed in to change notification settings - Fork 266
/
package.json
31 lines (31 loc) · 918 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
{
"name": "cashmusic-platform",
"version": "1.0.0",
"description": "[![Funded by The Shuttleworth Foundation](https://cloud.githubusercontent.com/assets/368640/11352290/6d23f2fe-91f0-11e5-9104-53eab0a36abe.jpg)](https://www.shuttleworthfoundation.org/)",
"main": "index.js",
"dependencies": {
"gulp": "^3.9.1",
"gulp-notify": "^3.0.0"
},
"devDependencies": {
"gulp": "^3.9.1",
"gulp-closure-compiler-service": "^0.6.0",
"gulp-jsonlint": "^1.2.0",
"gulp-shell": "^0.5.2",
"gulp-uglify": "^3.0.0",
"yargs": "^6.6.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cashmusic/platform.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/cashmusic/platform/issues"
},
"homepage": "https://github.com/cashmusic/platform#readme"
}