forked from timflapper/cordova-spotify-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 832 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": "SpotifyPlugin",
"version": "0.0.0",
"description": "",
"repository": {
"type": "git",
"url": "git://github.com/timflapper/cordova-spotify-plugin.git"
},
"author": "Tim Flapper",
"license": "MIT",
"bugs": {
"url": "https://github.com/timflapper/cordova-spotify-plugin/issues"
},
"homepage": "https://github.com/timflapper/cordova-spotify-plugin",
"devDependencies": {
"chai": "^1.9.2",
"chai-as-promised": "^4.1.1",
"colors": "^1.0.3",
"cordova": "^4.0.0",
"mocha": "^1.21.5",
"mocha-phantomjs": "^3.5.1",
"node-phantom": "^0.2.5",
"phantomjs": "^1.9.11",
"request": "^2.34.0",
"shelljs": "^0.3.0",
"sinon": "^1.10.3",
"sinon-chai": "^2.6.0",
"socket.io": "^0.9.17",
"tar": "^0.1.19",
"temp": "^0.8.1",
"wd": "^0.3.9"
}
}