forked from rashoodkhan/thinkster-django-angular-boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
26 lines (26 loc) · 745 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
{
"name": "thinkster_django_angular_boilerplate",
"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"
}
}