-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.38 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.38 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
49
50
51
52
53
54
55
56
{
"name": "lizardboard",
"version": "1.0.0",
"description": "",
"main": "index.js",
"engines": {
"node": "7.0.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"seed": "node db/seed_collections.js",
"start": "nf start",
"start:dev": "nf start --procfile Procfile.dev"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Moniarchy/lizardboard.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Moniarchy/lizardboard/issues"
},
"homepage": "https://github.com/Moniarchy/lizardboard#readme",
"dependencies": {
"bcrypt-nodejs": "0.0.3",
"body-parser": "~1.15.1",
"cookie-parser": "~1.4.3",
"crypto": "0.0.3",
"debug": "~2.2.0",
"ejs": "^2.5.2",
"es6-promise": "^4.0.5",
"express": "~4.13.4",
"foreman": "^2.0.0",
"mongodb": "^2.2.12",
"mongoose": "^4.6.6",
"morgan": "~1.7.0",
"node-fetch": "^1.6.3",
"passport": "^0.3.2",
"passport-jwt": "^2.2.1",
"passport-local": "^1.0.0",
"pug": "^2.0.0-beta6",
"react": "^15.3.2",
"react-dom": "^15.3.2",
"react-router": "^2.6.1"
},
"devDependencies": {
"babel-cli": "^6.11.4",
"babel-core": "^6.13.2",
"babel-preset-es2015": "^6.13.2",
"babel-preset-react": "^6.11.1",
"mocha": "^3.1.2",
"nodemon": "^1.11.0",
"serve-favicon": "~2.3.0"
}
}