-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 933 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
42
43
44
{
"name": "feedit_server",
"version": "1.0.0",
"description": "Server side for feedit.",
"keywords": [
"server"
],
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/feedit/feedit_server.git"
},
"dependencies": {
"co": "~3.1.0",
"co-body": "~1.1.0",
"koa": "~0.13.0",
"koa-logger": "~1.2.2",
"koa-qs": "~2.0.0",
"koa-router": "~3.7.0",
"koa-safe-jsonp": "~0.3.0",
"koa-session": "~3.0.0",
"koa-static": "~1.4.7",
"mongo-export": "~0.3.1",
"mongoose": "4.3.5",
"nunjucks": "^3.0.1",
"xlogger": "^1.0.5",
"xutil": "^1.0.2"
},
"devDependencies": {
"co-mocha": "*",
"istanbul": "*",
"jshint": "*",
"pm2": "1.0.0"
},
"scripts": {
"test": "make test",
"jshint": "make jshint"
},
"precommit": [
"jshint"
],
"homepage": "https://github.com/feedit/feedit_server",
"license": "MIT"
}