-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 750 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 750 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
29
30
31
{
"name": "projects",
"version": "0.0.1",
"description": "CRUD interface to Mongo for Shake SPA demo",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Jeff Davies",
"license": "MIT",
"dependencies": {
"body-parser": "^1.18.2",
"bson": "^1.0.4",
"chai": "^4.1.2",
"chai-http": "^3.0.0",
"cors": "^2.8.4",
"crypto-js": "^3.1.9-1",
"express": "^4.16.2",
"jwt-decode": "^2.2.0",
"kareem": "^2.0.1",
"mocha": "^4.1.0",
"mongoose": "^4.13.9",
"mpath": "^0.3.0",
"npm-install-all": "^1.1.21",
"regexp-clone": "0.0.1",
"request": "^2.83.0",
"resolve-from": "^4.0.0",
"sinon": "^4.1.5",
"sliced": "^1.0.1"
}
}