-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·38 lines (38 loc) · 1001 Bytes
/
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
{
"name": "JSPiano",
"version": "1.0.0",
"dependencies": {
"fluent-ffmpeg": "~2.0.0-rc2",
"grunt-bbb-server": "~0.1.0-alpha.13"
},
"devDependencies": {
"grunt": "~0.4.5",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-cssmin": "~0.10.0",
"grunt-contrib-copy": "~0.5.0",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-requirejs": "~0.4.4",
"grunt-processhtml": "~0.3.3",
"grunt-karma": "~0.8.3",
"grunt-karma-coveralls": "~2.5.1",
"grunt-bbb-styles": "~0.1.0-alpha.5",
"karma-jasmine": "~0.2.2",
"karma-mocha": "~0.1.4",
"karma-qunit": "~0.1.3",
"karma-phantomjs-launcher": "~0.1.4",
"karma-coverage": "~0.2.4"
},
"peerDependencies": {
"generator-bbb": "*",
"bower": "*",
"grunt-cli": "*",
"coveralls": "*"
},
"scripts": {
"test": "grunt test coveralls"
},
"repository": {
"type": "git",
"url": "https://github.com/backbone-boilerplate/backbone-boilerplate.git"
}
}