-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
28 lines (28 loc) · 888 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
{
"name": "django_angular",
"version": "1.0.0",
"description": "Django Angular integration example",
"repository": "https://github.com/sv1jsb/django-angular",
"dependencies": {
"gulp": "3.9.0",
"gulp-ng-annotate": "0.3.3",
"gulp-uglify": "1.0.1",
"gulp-concat": "2.6.0"
},
"devDependencies": {
"http-server": "0.8.5",
"karma": "0.13.16",
"karma-chrome-launcher": "0.2.2",
"karma-coverage": "^0.5.3",
"karma-firefox-launcher": "0.1.7",
"karma-jasmine": "0.3.6",
"karma-ng-html2js-preprocessor": "^0.2.0",
"karma-phantomjs-launcher": "0.2.2",
"karma-spec-reporter": "0.0.23",
"phantomjs": "1.9.19"
},
"scripts": {
"pretest": "npm install",
"test": "node node_modules/karma/bin/karma start tests/angular/karma.conf.js"
}
}