forked from Ignigena/nautilus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.22 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
40
41
42
43
44
45
46
47
48
49
50
{
"name": "nautilus",
"version": "0.4.6",
"description": "",
"main": "index.js",
"scripts": {
"test": "NODE_ENV=test istanbul cover _mocha -- -b",
"docs": "./node_modules/.bin/docker -o docs -I -n -x coverage,docs,node_modules,package.json,test,*.md"
},
"license": "MIT",
"repository": "ignigena/nautilus",
"dependencies": {
"change-case": "^3.0.0",
"compression": "^1.6.2",
"cors": "^2.8.0",
"express": "^4.13.4",
"express-session": "^1.13.0",
"jsonpack": "^1.1.5",
"jts": "^1.2.0",
"lodash": "^4.12.0",
"lusca": "^1.4.0",
"mongodb": "^2.2.10",
"mongoose": "^4.4.16",
"mongoose-findorcreate": "^0.1.2",
"node-mocks-http": "^1.5.2",
"path-to-regexp": "^0.1.7",
"require-all": "2.0.0",
"serve-favicon": "^2.3.0",
"socket.io": "^1.4.6",
"winston": "^2.2.0"
},
"devDependencies": {
"@treehouse/guidelines": "^1.0.0",
"cookie": "^0.3.1",
"docker": "^1.0.0-alpha.2",
"expect": "^1.20.1",
"istanbul": "^0.4.3",
"mocha": "^3.0.2",
"rimraf": "^2.5.4",
"supertest": "^2.0.0"
},
"engines": {
"node": ">= 4.x"
},
"eslintConfig": {
"extends": [
"./node_modules/@treehouse/guidelines/.eslintrc.js"
]
}
}