forked from BaiduMusic/muplayer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 915 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
{
"name": "muplayer-official",
"version": "1.0.0",
"authors": "https://github.com/Baidu-Music-FE",
"repository": {
"type": "git",
"url": "https://github.com/Baidu-Music-FE/muplayer.git"
},
"scripts": {
"no": "no",
"start": "no setup",
"test": "no --cli test"
},
"license": "BSD",
"devDependencies": {
"bower": "1.4.1",
"coffee-script": "1.9.2",
"coffeelint": "1.9.6",
"doxx": "0.7.4",
"flex-sdk": "4.6.0-0",
"karma": "0.12.31",
"karma-chrome-launcher": "0.1.10",
"karma-cli": "0.0.4",
"karma-coffee-preprocessor": "0.2.1",
"karma-firefox-launcher": "0.1.5",
"karma-ie-launcher": "0.1.5",
"karma-mocha": "0.1.10",
"karma-mocha-reporter": "1.0.2",
"karma-opera-launcher": "0.1.0",
"karma-safari-launcher": "0.1.1",
"mocha": "2.2.4",
"nobone": "1.5.6",
"requirejs": "2.1.17",
"uglify-js": "2.4.21"
}
}