-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 892 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
{
"name": "iupds-appscale",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "chmod +x ./scripts/postInstall.sh && ./scripts/postInstall.sh"
},
"repository": {
"type": "git",
"url": "https://github.com/brwr/thinkster-django-angular-boilerplate.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/brwr/thinkster-django-angular-boilerplate/issues"
},
"homepage": "https://github.com/brwr/thinkster-django-angular-boilerplate",
"dependencies": {
"bower": "^1.3.12",
"gulp": "^3.8.9",
"gulp-ng-annotate": "^0.3.3",
"gulp-uglify": "^1.0.1"
},
"devDependencies": {
"gulp-notify": "^2.2.0",
"gulp-plumber": "^1.1.0",
"gulp-shell": "^0.5.2",
"gulp-util": "^3.0.7",
"gulp-watch": "^4.3.5"
}
}