-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.48 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.48 KB
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
{
"name": "github-starboard",
"private": true,
"version": "40.0.0",
"author": "Daiwei Lu <daiweilu123@gmail.com> (http://daiwei.lu)",
"license": "MIT",
"engines": {
"node": "6.3.1"
},
"dependencies": {
"@starboard/github": "1.0.0",
"@starboard/log": "2.0.0",
"@starboard/models": "4.0.0",
"@starboard/redis": "2.0.0",
"@starboard/starboard-ui": "7.0.5",
"bluebird": "3.4.6",
"co": "4.6.0",
"config": "1.21.0",
"jade": "^1.11.0",
"koa": "1.2.4",
"koa-bodyparser": "2.2.0",
"koa-generic-session": "1.11.3",
"koa-logger": "1.3.0",
"koa-passport": "1.3.1",
"koa-redis": "2.1.2",
"koa-router": "5.4.0",
"koa-static": "2.0.0",
"koa-views": "4.1.0",
"kue": "0.11.1",
"lodash": "4.16.2",
"octonode": "0.7.6",
"passport-github": "1.1.0",
"ramda": "0.22.1",
"rx": "4.1.0"
},
"devDependencies": {
"browser-sync": "2.16.0",
"commander": "^2.9.0",
"eslint": "3.6.1",
"eslint-config-d6u": "1.2.1",
"mz": "2.4.0",
"nodemon": "1.10.2",
"onchange": "3.0.2",
"updeep": "0.16.1",
"validate.js": "0.10.0"
},
"scripts": {
"lint": "eslint src config",
"watch:lint": "npm run lint -s; onchange 'src/**/*.js' 'config/*.js' -v -- npm run lint -s",
"test": "",
"check": "npm run lint && npm test",
"dev": "nodemon -w src -w config -x 'node --harmony_destructuring --harmony_default_parameters src/index.js'",
"postversion": "git push && git push --tags"
}
}