-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.26 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.26 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
{
"name": "techparty-data",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node app.js",
"doc": "./bin/doc",
"dev": "nodemon",
"eslint": "eslint . --ext .js"
},
"dependencies": {
"async": "^2.1.4",
"bluebird": "^3.5.0",
"body-parser": "^1.12.4",
"connect-mongo": "^1.3.2",
"cookie-parser": "^1.4.1",
"cpf": "^0.1.5",
"express": "^4.12.4",
"express-session": "^1.13.0",
"helmet": "^3.1.0",
"jade": "^1.11.0",
"lodash": "^4.17.2",
"method-override": "^2.3.5",
"moment": "^2.17.1",
"mongoose": "^4.7.2",
"morgan": "^1.5.3",
"newrelic": "^1.35.1",
"nodemailer": "^4.0.0",
"passport": "^0.3.2",
"passport-local": "^1.0.0",
"request": "^2.72.0",
"socket.io": "^1.7.2",
"winston": "^2.3.0"
},
"engines": {
"node": ">=6.x.x"
},
"repository": {
"type": "git",
"url": "https://github.com/techparty/techparty-data.git"
},
"bugs": {
"url": "https://github.com/techparty/techparty-data/issues"
},
"homepage": "https://github.com/techparty/techparty-data",
"devDependencies": {
"apidoc": "^0.17.5",
"eslint": "^3.12.2",
"eslint-config-airbnb-base": "^11.0.0",
"eslint-plugin-import": "^2.2.0",
"nodemon": "^1.11.0"
}
}