-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.02 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
{
"author": "Trey Roessig",
"name": "ngbp",
"version": "0.1",
"homepage": "https://github.com/tro3/ngbp",
"licenses": {
"type": "MIT",
"url": "https://raw.github.com/tro3/ngbp/master/LICENSE"
},
"bugs": "https://github.com/ngbp/ngbp/issues",
"repository": {
"type": "git",
"url": "[email protected]:tro3/ngbp.git"
},
"dependencies": {},
"devDependencies": {
"coffee-script": "",
"grunt": "",
"grunt-bump": "",
"grunt-coffeelint": "",
"grunt-contrib-clean": "",
"grunt-contrib-coffee": "",
"grunt-contrib-concat": "",
"grunt-contrib-copy": "",
"grunt-contrib-jshint": "",
"grunt-contrib-jade": "",
"grunt-contrib-less": "",
"grunt-contrib-uglify": "",
"grunt-contrib-watch": "",
"grunt-html2js": "",
"grunt-karma": "",
"grunt-ngmin": "",
"grunt-protractor-runner": "",
"grunt-newer": "",
"karma": "",
"karma-chrome-launcher": "",
"karma-firefox-launcher": "",
"karma-coffee-preprocessor": "",
"karma-jasmine": ""
}
}