forked from lightningkite/angular-scaffold
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (33 loc) · 947 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (33 loc) · 947 Bytes
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
{
"author": "Lightning Kite",
"name": "lk-scaffold",
"version": "0.2.0",
"homepage": "https://bitbucket.org/lightningkite/angular-scaffold",
"licenses": {
"type": "MIT"
},
"repository": {
"type": "git",
"url": "git@bitbucket.org/lightningkite/angular-scaffold.git"
},
"dependencies": {},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-sass": "latest",
"grunt-contrib-clean": "^0.5.0",
"grunt-contrib-copy": "^0.5.0",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-concat": "^0.3.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-contrib-uglify": "^0.7.0",
"grunt-protractor-runner": "~1.2.1",
"karma-jasmine": "^0.3.2",
"grunt-karma": "^0.9.0",
"grunt-html2js": "^0.2.7",
"karma": "^0.12.9",
"karma-chrome-launcher": "~0.1.7",
"karma-firefox-launcher": "~0.1.3",
"karma-coffee-preprocessor": "~0.2.1",
"karma-phantomjs-launcher": "~0.1.4"
}
}