forked from marcorinck/ngStart
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
73 lines (73 loc) · 2.07 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"name": "ngStart",
"homepage": "https://github.com/alertlogic/ngStart",
"author": "Barry Skidmore <[email protected]>",
"description": "Base framework for AngularJS UI Development.",
"bugs": {
"url": "https://github.com/alertlogic/ngStart/issues"
},
"repository": {
"type": "git",
"url": "[email protected]:alertlogic/ngStart.git"
},
"version": "0.1.0",
"license": "MIT",
"devDependencies": {
"bower": "~1.3.2",
"grunt": "0.4.x",
"grunt-angular-gettext": "~0.2.12",
"grunt-cli": "~0.1.13",
"grunt-contrib-clean": "0.5.x",
"grunt-contrib-compress": "~0.7.0",
"grunt-contrib-concat": "~0.4.0",
"grunt-contrib-connect": "~0.3.0",
"grunt-contrib-copy": "~0.4.1",
"grunt-contrib-cssmin": "~0.6.2",
"grunt-contrib-jshint": "~0.6.5",
"grunt-contrib-less": "~0.8",
"grunt-contrib-uglify": "0.4.0",
"grunt-contrib-watch": "~0.5.3",
"grunt-exec": "0.4.x",
"grunt-jsdoc": "~0.5.4",
"grunt-karma": "~0.6.2",
"grunt-manifest": "0.4.x",
"grunt-release": "~0.5.1",
"grunt-string-replace": "^0.2.7",
"karma": "~0.10.10",
"karma-coverage": "^0.2.4",
"karma-phantomjs-launcher": "^0.1.4",
"license-checker": "0.0.x",
"load-grunt-tasks": "~0.2.1",
"yo": "~1.1.2"
},
"engines": {
"node": "0.10.x"
},
"folders": {
"build": "target/",
"doc": "doc/",
"translations": "po/",
"wwwRoot": "src/main/",
"jsSource": "src/main/",
"testRoot": "src/test/"
},
"dependencies": {
"grunt": "0.4.x",
"grunt-angular-gettext": "~0.2.12",
"grunt-cli": "~0.1.13",
"grunt-contrib-clean": "0.5.x",
"grunt-contrib-compress": "^0.7.0",
"grunt-contrib-connect": "^0.3.0",
"grunt-contrib-copy": "^0.4.1",
"grunt-contrib-cssmin": "^0.6.2",
"grunt-contrib-jshint": "^0.6.5",
"grunt-contrib-uglify": "0.4.0",
"grunt-contrib-watch": "^0.5.3",
"grunt-exec": "0.4.x",
"grunt-jsdoc": "~0.5.4",
"grunt-manifest": "0.4.x",
"grunt-release": "^0.5.1",
"grunt-string-replace": "^0.2.7",
"load-grunt-tasks": "^0.2.1"
}
}