forked from donejs/bitcentive
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.49 KB
/
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "bitcentive",
"description": "Royalties",
"version": "0.0.0",
"homepage": "https://github.com/donejs/bitcentive#readme",
"main": "src/",
"keywords": [
"feathers"
],
"license": "MIT",
"repository": {},
"author": {},
"contributors": [],
"bugs": {},
"engines": {
"node": ">= 0.12.0"
},
"scripts": {
"test": "npm run jshint && TESTING=true npm run mocha && cd public && npm run test",
"jshint": "jshint src/. test/. --config",
"develop": "node src/ --develop",
"start": "node src/",
"mocha": "mocha test/ --recursive",
"install": "node install.js"
},
"dependencies": {
"body-parser": "^1.15.2",
"compression": "^1.6.2",
"cors": "^2.8.1",
"feathers": "^2.0.2",
"feathers-authentication": "1.0.2",
"feathers-authentication-jwt": "^0.3.0",
"feathers-authentication-popups": "^0.1.2",
"feathers-authentication-popups-github": "^1.0.2",
"feathers-configuration": "^0.4.1",
"feathers-errors": "^2.5.0",
"feathers-hooks": "^1.6.1",
"feathers-legacy-authentication-hooks": "^1.0.0",
"feathers-mongoose": "^3.6.1",
"feathers-rest": "^1.5.2",
"feathers-socketio": "^1.4.2",
"mongoose": "^4.7.0",
"passport": "^0.3.2",
"passport-github": "^1.1.0",
"passport-github-token": "^2.1.0",
"serve-favicon": "^2.3.2",
"winston": "^2.3.0"
},
"system": {
"npmAlgorithm": "flat"
},
"devDependencies": {
"jshint": "^2.9.4",
"mocha": "^3.2.0",
"request": "^2.79.0"
}
}