forked from jz2000/angular-training
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.2 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.2 KB
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
{
"name": "angular-training",
"version": "2.0.0",
"description": "",
"repository": {
"type": "git",
"url": "https://github.com/vpishuk/angular-training"
},
"author": "Viktor Pishuk",
"bugs": {
"url": "https://github.com/vpishuk/angular-training/issues"
},
"homepage": "https://github.com/vpishuk/angular-training",
"devDependencies": {
"express.io": ">=1.1.0",
"serve-static": ">=1.6.3",
"grunt-express": "1.2.1",
"grunt-contrib-jshint": ">=0.4.0",
"grunt-ng-annotate": ">=0.4.0",
"grunt-contrib-watch": ">=0.5.3",
"grunt-newer": ">=0.6.0",
"grunt-contrib-copy": ">=0.4.0",
"grunt-angular-templates": "~0.5.7",
"grunt-contrib-concat": "~0.4.0",
"grunt-contrib-concat-sourcemaps": "~0.6.0",
"grunt-contrib-uglify": "~0.6.0",
"grunt-karma": "~0.9.0",
"karma": "~0.12.x",
"karma-jasmine": "~0.2.x",
"karma-junit-reporter": "~0.2.x",
"karma-phantomjs-launcher": "~0.1.x",
"karma-beep-reporter": "~0.1",
"karma-super-dots-reporter": "^0.1.0",
"grunt-contrib-less": "~0.11.x",
"grunt-cli": "~0.1.13",
"grunt": "~0.4.5",
"grunt-concurrent": "~2.0.0"
},
"scripts": {
"test": "karma start karma.conf.js"
}
}