-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 762 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 762 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": "blueprint-node",
"version": "0.0.1",
"description": "the blueprint-node API application",
"main": "server.js",
"scripts": {
"test": "test"
},
"author": "",
"dependencies": {
"jsonwebtoken": "~5.4.1",
"moment": "^2.10.6",
"password-hash": "~1.2.2",
"pg": "6.1.0",
"pg-hstore": "2.3.2",
"restify": "6.0.0",
"restify-cookies": "^0.2.0",
"restify-plugins": "1.6.0",
"sequelize": "^4.38.0"
},
"devDependencies": {
"babel-eslint": "^8.2.6",
"eslint": "4.12.1",
"eslint-config-airbnb": "16.1.0",
"eslint-config-airbnb-base": "12.1.0",
"eslint-loader": "1.9.0",
"eslint-plugin-import": "2.8.0",
"eslint-plugin-jsx-a11y": "6.0.2",
"eslint-plugin-react": "7.5.1"
}
}