-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.05 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.05 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
{
"name": "Weed",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./build/bin/www.js",
"test": "mocha --recursive",
"lint": "./node_modules/.bin/eslint ./src",
"build": "babel src -d build"
},
"dependencies": {
"async": "^2.0.1",
"body-parser": "^1.13.3",
"chai": "^3.5.0",
"chai-http": "^3.0.0",
"connect-flash": "^0.1.1",
"cookie-parser": "^1.3.5",
"debug": "^2.2.0",
"ejs": "^2.3.4",
"express": "^4.13.4",
"express-session": "^1.14.1",
"fs-extra": "^0.30.0",
"http": "0.0.0",
"morgan": "^1.6.1",
"multer": "^1.2.0",
"nedb": "^1.8.0",
"passport": "^0.3.2",
"passport-local": "^1.0.0",
"serve-favicon": "^2.3.0",
"socket.io": "^1.4.8"
},
"devDependencies": {
"babel-cli": "^6.16.0",
"babel-eslint": "^7.0.0",
"babel-polyfill": "^6.16.0",
"babel-preset-es2015": "^6.16.0",
"babel-preset-es2016": "^6.16.0",
"babel-preset-es2017": "^6.16.0",
"eslint": "^3.4.0",
"eslint-config-google": "^0.6.0",
"mocha": "^3.0.2"
}
}