-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.05 KB
/
package.json
File metadata and controls
44 lines (44 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
44
{
"name": "lookup-server",
"version": "0.0.1",
"private": true,
"babel": {
"presets": [
"es2015",
"stage-0"
]
},
"dependencies": {
"babel-core": "^6.25.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"bcrypt": "^1.0.3",
"body-parser": "^1.18.2",
"chai": "^4.1.2",
"connect-multiparty": "^2.0.0",
"cors": "^2.8.4",
"express": "^4.15.3",
"express-session": "^1.15.6",
"fs": "0.0.1-security",
"fs-extra": "^4.0.2",
"glob": "^7.1.2",
"http": "0.0.0",
"mocha": "^4.0.1",
"multer": "^1.3.0",
"mysql": "^2.14.1",
"react-folder-tree": "^3.0.0",
"supertest": "^3.0.0",
"webpack": "^3.6.0",
"webpack-dev-server": "^2.9.1"
},
"scripts": {
"start": "concurrently \"npm run server\" \"npm run client\"",
"server": "node server.js",
"client": "node start-client.js",
"dev": "echo \"This command has been deprecated. Use 'npm start'\" && exit 1",
"test": "mocha"
},
"devDependencies": {
"concurrently": "^3.1.0"
}
}