forked from peterdoane/causticAcrostic
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 879 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
34
35
36
37
38
39
{
"name": "caustic_acrostic",
"version": "0.1.0",
"description": "acrostic playlist app",
"main": "server.js",
"scripts": {
"knex": "knex",
"test": "echo \"Error: no test specified\" && exit 1",
"nodemon": "nodemon server.js",
"heroku-postbuild": "knex migrate:latest",
"nf": "nf start"
},
"keywords": [
"spotify",
"acrostic",
"playlist"
],
"author": "Peter Doane <[email protected]>",
"license": "MIT",
"dependencies": {
"body-parser": "^1.15.2",
"express": "^4.14.0",
"express-validation": "^1.0.0",
"joi": "^9.0.0",
"knex": "^0.11.7",
"morgan": "^1.7.0",
"pg": "^6.0.1",
"request-promise": "^3.0.0"
},
"engines": {
"node": "6.3.0"
},
"devDependencies": {
"eslint": "^3.0.1",
"eslint-config-ryansobol": "^7.4.0",
"foreman": "^1.4.1",
"nodemon": "^1.9.2"
}
}