-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 908 Bytes
/
package.json
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
{
"name": "jfpdata",
"description": "A site for storing request data from Just Print.",
"version": "0.0.0",
"homepage": "",
"main": "src/",
"keywords": [
"feathers"
],
"license": "MIT",
"repository": {},
"author": {},
"contributors": [],
"bugs": {},
"engines": {
"node": ">= 0.12.0"
},
"scripts": {
"start": "node src"
},
"dependencies": {
"body-parser": "^1.15.2",
"compression": "^1.6.2",
"cors": "^2.8.0",
"feathers": "^2.0.1",
"feathers-authentication": "^0.7.10",
"feathers-configuration": "^0.2.3",
"feathers-errors": "^2.4.0",
"feathers-hooks": "^1.5.7",
"feathers-mongoose": "^3.5.2",
"feathers-rest": "^1.4.4",
"feathers-socketio": "^1.4.1",
"mongoose": "^4.5.10",
"passport": "^0.3.2",
"serve-favicon": "^2.3.0",
"winston": "^2.2.0"
},
"devDependencies": {
"request": "^2.74.0"
}
}