-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 770 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 770 Bytes
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
{
"name": "Jamocracy",
"version": "1.0.0",
"main": "app.js",
"homepage": "http://www.jamocracy.xyz/",
"repository": "mkrum/Jamocracy",
"dependencies": {
"body-parser": "^1.14.1",
"compression": "^1.6.0",
"cookie-parser": "^1.4.0",
"express": "^4.13.3",
"mongodb": "^2.2.26",
"request": "^2.65.0",
"spotify-web-api-node": "^2.2.0",
"twilio": "^2.5.1"
},
"devDependencies": {
"eslint": "*",
"expect.js": "^0.3.1",
"mocha": "^2.5.3",
"mockery": "^1.7.0",
"sinon": "^1.17.4",
"supertest": "^1.2.0"
},
"scripts": {
"test": "make test"
},
"author": "Michael Krumdick",
"license": "ISC",
"description": "A web service that allows parties to interact with a spotify playlist through SMS"
}