-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.11 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.11 KB
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
{
"name": "stackable-nodejs-boilerplate",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Parminder Klair",
"license": "MIT",
"dependencies": {
"stackable": "1.4.6",
"body-parser": "^1.15.2",
"bug-killer": "^4.2.5",
"crypto": "0.0.3",
"errorhandler": "^1.5.0",
"express": "^4.14.0",
"express-status-monitor": "^0.1.6",
"express-validator": "^3.0.0",
"hbs": "^4.0.0",
"opn": "^4.0.2",
"r-json": "^1.2.5",
"underscore": "^1.8.3"
},
"devDependencies": {
"babel-eslint": "^7.0.0",
"eslint": "^3.8.1",
"eslint-config-airbnb": "^13.0.0",
"eslint-plugin-flowtype": "^2.21.0",
"eslint-plugin-import": "^2.0.1",
"eslint-plugin-jsx-a11y": "^2.2.3",
"eslint-plugin-react": "^6.4.1"
},
"engines": {
"node": "0.12.7"
},
"repository": {
"type": "git",
"url": "https://github.com/get-stackable/stackable-nodejs-boilerplate"
},
"keywords": [
"node",
"heroku",
"express",
"stackable"
]
}