-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
74 lines (74 loc) · 2.13 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"name": "su-apiserver",
"version": "0.2.2",
"description": "koa api initialisation and web server",
"dependencies": {
"su-apisession": "git+ssh://[email protected]:super-useful/su-apisession.git#v0.1.0",
"su-define-object": "git+ssh://[email protected]:super-useful/su-define-object.git",
"su-healthcheck": "git+ssh://[email protected]:super-useful/su-healthcheck.git",
"su-logger": "git+ssh://[email protected]:super-useful/su-logger.git",
"cluster-master": "0.2.x",
"co": "4.3.x",
"co-defer": "x",
"co-redis": "x",
"co-sleep": "x",
"koa": "0.17.x",
"koa-better-body": "1.0.x",
"koa-body-parser": "x",
"koa-compose": "x",
"koa-latency-headers": "0.0.x",
"koa-mount": "x",
"koa-router": "3.8.x",
"hat": "x",
"super-is": "x",
"super-iter": "git+ssh://[email protected]:ibrokethat/iter.git#v0.1.0",
"super-func": "x",
"JSONStream": "x",
"request": "x",
"node-uuid": "x",
"event-stream": "x",
"through": "x",
"config": "1.7.x",
"js-yaml": "3.2.x",
"require-all": "x",
"useful-copy": "x",
"moment-timezone": "0.2.x",
"useful-value": "x",
"redis": "x",
"path-to-regexp": "x"
},
"devDependencies": {
"assert": "*",
"chai": "*",
"mocha": "*",
"rewire": "2.0.x",
"should": "*",
"sinon": "*",
"sinon-chai": "*",
"supertest": "^0.13.0"
},
"main": "index.js",
"author": {
"Simon Jefford": "[email protected]",
"Paul Graham": "[email protected]",
"Christos Constandinou": "[email protected]"
},
"license": [
{
"type": "MIT",
"url": "https://raw.github.com/super-useful/su-apiserver/master/LICENSE"
}
],
"repository": {
"type": "git",
"url": "[email protected]:super-useful/su-apiserver.git"
},
"scripts": {
"test": "node --harmony ./node_modules/mocha/bin/_mocha --colors --recursive --ui bdd --reporter spec ./test --NODE_ENV=test",
"test-jenkins": "node --harmony ./node_modules/.bin/mocha --colors --harmony --recursive -R xunit ./test/**/**/*.js > test-reports.xml",
"start": "node --harmony index.js"
},
"engines": {
"node": "0.11.x"
}
}