-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
52 lines (52 loc) · 1.2 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
{
"name": "elke",
"description": "Own your video network",
"version": "0.0.0",
"homepage": "",
"main": "src/",
"keywords": [
"feathers"
],
"license": "MIT",
"repository": {},
"author": {},
"contributors": [],
"bugs": {},
"engines": {
"node": ">= 0.12.0"
},
"scripts": {
"test": "npm run jshint && npm run mocha",
"jshint": "jshint src/. test/. --config",
"start": "node src/",
"mocha": "mocha test/ --recursive"
},
"dependencies": {
"body-parser": "^1.17.1",
"compression": "^1.6.2",
"cors": "^2.8.1",
"express-less": "^0.1.0",
"feathers": "^2.1.1",
"feathers-authentication": "^0.7.12",
"feathers-configuration": "^0.4.1",
"feathers-errors": "^2.6.1",
"feathers-hooks": "^1.8.1",
"feathers-hooks-common": "^2.0.3",
"feathers-rest": "^1.7.1",
"feathers-sequelize": "^1.4.2",
"feathers-socketio": "^1.5.2",
"fluent-ffmpeg": "^2.1.0",
"passport": "^0.3.2",
"pg": "^6.1.4",
"pg-hstore": "^2.3.2",
"sequelize": "^3.30.2",
"serve-favicon": "^2.4.1",
"winston": "^2.3.1"
},
"devDependencies": {
"chai": "^3.5.0",
"chai-http": "^3.0.0",
"jshint": "^2.9.4",
"mocha": "^3.2.0"
}
}