forked from tbranyen/github-viewer
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (31 loc) · 796 Bytes
/
package.json
File metadata and controls
34 lines (31 loc) · 796 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
{
"name": "github-viewer",
"version": "1.0.0",
"devDependencies": {
"grunt": "~0.4.1",
"bbb": "~0.2.0",
"grunt-contrib-jshint": "~0.6.0",
"grunt-contrib-cssmin": "~0.6.1",
"grunt-contrib-copy": "~0.4.1",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-compress": "~0.5.2",
"grunt-processhtml": "~0.2.0",
"grunt-karma": "~0.8.3",
"grunt-karma-coveralls": "~2.0.2",
"karma-jasmine": "~0.1.0",
"karma-mocha": "~0.1.0",
"karma-qunit": "~0.1.0",
"karma-phantomjs-launcher": "~0.1.0",
"karma-coverage": "~0.1.0"
},
"peerDependencies": {
"generator-bbb": "*",
"bower": "*",
"grunt-cli": "*",
"coveralls": "*"
},
"scripts": {
"test": "grunt karma:run coveralls",
"postinstall": "bower install -s"
}
}