-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 1.09 KB
/
package.json
File metadata and controls
36 lines (36 loc) · 1.09 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
{
"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-parallel": ">=0.3.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",
"grunt-contrib-less": "~0.11.x"
}
}