-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
49 lines (49 loc) · 1.16 KB
/
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
39
40
41
42
43
44
45
46
47
48
49
{
"name": "playfest",
"version": "1.0.0",
"description": "playfest package",
"main": "server.js",
"scripts": {
"test": "./node_modules/.bin/mocha --reporter spec"
},
"repository": {
"type": "git",
"url": "git+https://github.com/eripheebs/playfest.git"
},
"keywords": [
"playfest"
],
"author": "us",
"license": "ISC",
"bugs": {
"url": "https://github.com/eripheebs/playfest/issues"
},
"homepage": "https://github.com/eripheebs/playfest#readme",
"devDependencies": {
"chai": "^3.5.0",
"chai-http": "^2.0.1",
"cordova": "^6.1.1",
"jasmine": "^2.4.1",
"jasmine-core": "^2.4.1",
"karma": "^0.13.22",
"karma-chrome-launcher": "^1.0.1",
"karma-jasmine": "^1.0.2",
"mocha": "^2.4.5",
"protractor": "^3.3.0",
"sinon": "^1.17.4",
"sinon-chai": "^2.8.0"
},
"dependencies": {
"body-parser": "^1.15.0",
"cookie-parser": "^1.4.1",
"cordova": "^6.1.1",
"express": "^4.13.4",
"express-session": "^1.13.0",
"ionic": "^1.7.14",
"multer": "^1.2.0",
"passport": "^0.3.2",
"passport-spotify": "^0.3.0",
"request": "^2.72.0",
"spotify-web-api-node": "^2.3.0"
}
}