-
Notifications
You must be signed in to change notification settings - Fork 139
/
package.json
57 lines (57 loc) · 1.47 KB
/
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "AngularFun",
"version": "2.3.2",
"description": "AngularJS Reference Architecture",
"author": {
"name": "Cary Landholt",
"email": "[email protected]",
"url": "https://github.com/CaryLandholt"
},
"contributors": [
{
"name": "David Bochenski",
"email": "[email protected]",
"url": "https://github.com/Bochenski"
}, {
"name": "Jan Philipp",
"email": "[email protected]",
"url": "https://github.com/knalli"
}
],
"repository": {
"type": "git",
"url": "https://github.com/CaryLandholt/AngularFun"
},
"engines": {
"node": ">=0.10.0"
},
"dependencies": {
"coffee-script": "^1.7.1",
"express": "^4.6.1",
"grunt": "0.4.5",
"grunt-bower-task": "0.4.0",
"grunt-coffeelint": "0.0.13",
"grunt-contrib-clean": "0.6.0",
"grunt-contrib-coffee": "0.12.0",
"grunt-contrib-connect": "0.9.0",
"grunt-contrib-copy": "0.7.0",
"grunt-contrib-imagemin": "0.9.2",
"grunt-contrib-jade": "0.13.0",
"grunt-contrib-less": "0.12.0",
"grunt-contrib-requirejs": "0.4.4",
"grunt-contrib-uglify": "0.6.0",
"grunt-contrib-watch": "0.6.1",
"grunt-conventional-changelog": "^1.1.0",
"grunt-hustler": "^4.0.6",
"grunt-karma": "0.9.0",
"grunt-ng-classify": "^2.1.0",
"grunt-prompt": "^1.1.0",
"karma-coffee-preprocessor": "0.2.1",
"karma-jasmine": "0.3.2",
"karma-junit-reporter": "0.2.2",
"karma-phantomjs-launcher": "0.1.4",
"karma-spec-reporter": "0.0.13",
"load-grunt-tasks": "^1.0.0",
"time-grunt": "^1.0.0"
}
}