-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (56 loc) · 1.51 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": "su-service",
"version": "0.0.1",
"description": "super useful wrapper to batch load services",
"dependencies": {
"JSONStream": "x",
"co": "x",
"co-parallel": "x",
"co-request": "x",
"config": "x",
"config-file": "x",
"event-stream": "x",
"js-yaml": "x",
"koa-router": "x",
"moment-timezone": "0.2.x",
"require-all": "x",
"super-func": "x",
"super-iter": "git+ssh://git@github.com:ibrokethat/iter.git#v0.1.0",
"through": "x",
"thunkify": "x",
"useful-copy": "x",
"useful-string": "x",
"useful-value": "x",
"yaml": "x"
},
"devDependencies": {
"assert": "*",
"should": "*",
"mocha": "*",
"chai": "*",
"sinon": "*",
"sinon-chai": "*",
"rewire": "2.0.x",
"su-apiserver" : "git+ssh://git@github.com:super-useful/su-apiserver.git"
},
"main": "index.js",
"author": {
"Simon Jefford": "si@ibrokethat.com",
"Christos Constandinou": "constantology@gmail.com"
},
"license":[ {
"type": "MIT",
"url": "https://raw.github.com/super-useful/su-apiserver/master/LICENSE"
}],
"repository": {
"type": "git",
"url": "git@github.com:super-useful/su-service.git"
},
"scripts": {
"test": "export NODE_ENV='test' && node --harmony ./node_modules/mocha/bin/_mocha --colors --recursive --ui tdd --reporter spec ./test",
"test-jenkins": "./node_modules/.bin/mocha --colors --harmony --recursive -R xunit ./test/**/**/*.js > test-reports.xml"
},
"engines": {
"node": "0.11.x"
}
}