forked from benchmarkstudios/slackbox
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
39 lines (39 loc) · 1.09 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
{
"name": "benchmark-slackbox",
"version": "0.1.0",
"description": "Spotify playlist collaboration through Slack.",
"main": "index.js",
"scripts": {
"start": "node index.js src/app.js"
},
"repository": {
"type": "git",
"url": "benchmarkstudios/slackbox"
},
"author": "Mike Francis <[email protected]>",
"license": "MIT",
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-transform-es2015-modules-commonjs": "^6.6.0",
"babel-plugin-transform-object-rest-spread": "^6.19.0",
"babel-register": "^6.24.1"
},
"dependencies": {
"babel-cli": "^6.24.1",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-transform-es2015-modules-commonjs": "^6.6.0",
"babel-plugin-transform-object-rest-spread": "^6.19.0",
"babel-register": "^6.24.1",
"body-parser": "~1.12.2",
"dotenv": "~1.0.0",
"express": "~4.12.3",
"glob": "^7.1.2",
"request": "~2.53.0",
"request-promise": "^4.2.1",
"spotify-web-api-node": "^2.4.0"
},
"engines": {
"node": "8.1.x"
}
}