-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 986 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
{
"name": "playlist",
"main": "./lib/playlist",
"version": "0.0.1",
"description": "Create a playlist in Cantik",
"repository": "https://github.com/Cantik-Music-Player/playlist",
"license": "MIT",
"engines": {
"cantik": "*"
},
"scripts": {
"test": "cjsx -cb lib/playlist-view.cjsx && mocha --compilers coffee:coffee-script/register spec && rm lib/playlist-view.js",
"coverage": "cjsx -cb lib/playlist-view.cjsx && istanbul cover _mocha -- --recursive --compilers coffee:coffee-script/register --require coffee-coverage/register-istanbul spec"
},
"consumedServices": {
"central-area": "^0.0.1"
},
"dependencies": {
"coffee-react": "^5.0.0",
"react": "^15.0.2",
"react-dom": "^15.0.2"
},
"devDependencies": {
"coffee-coverage": "^1.0.1",
"istanbul": "^0.4.3",
"jsdom": "^9.4.2",
"mocha": "^3.0.2",
"mocha-jsdom": "^1.1.0",
"sinon": "^1.17.3",
"mock-require": "^1.3.0",
"coveralls": "^2.11.9"
}
}