-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 731 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 731 Bytes
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
{
"name": "Lively",
"version": "0.0.1",
"description": "A simple, user-centered back-end framework for live data updating, and a streamlined architecture.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node ."
},
"author": "Kyle Kashuba",
"license": "MIT",
"dependencies": {
"ajv": "^6.4.0",
"async": "^2.6.1",
"body-parser": "^1.18.2",
"cors": "^2.8.4",
"dotenv": "^5.0.1",
"express": "^4.16.3",
"immutable": "^3.8.2",
"lodash": "^4.17.5",
"mongoose": "^5.1.7",
"mongoose-autopopulate": "^0.7.0",
"mongoose-timestamps": "0.0.1",
"multer": "^1.4.0",
"socket.io": "^2.0.4",
"uuid": "^3.2.1"
}
}