-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.22 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
{
"name": "strider-paperg-runner",
"description": "Simple in-process worker implementation for Strider",
"version": "0.10.0",
"homepage": "http://github.com/paperg/strider-paperg-runner",
"main": "./index.js",
"dependencies": {
"async": "~0.1.22",
"lodash": "~1.3.1",
"eventemitter2": "~0.4.13",
"strider-runner-core": "git+https://github.com/Strider-CD/strider-runner-core",
"strider-extension-loader": "git+https://github.com/Strider-CD/strider-extension-loader.git#1_4_refactor",
"mkdirp": "~0.3.5",
"dirkeeper": "~0.1.0"
},
"devDependencies": {
"mocha": "~1.6.0",
"chai": "~1.7.2",
"jshint": "~2.1.9",
"expect.js": "~0.2.0"
},
"optionalDependencies": {},
"engines": {
"node": "*"
},
"keywords": [
"strider",
"tests"
],
"scripts": {
"test": "./node_modules/mocha/bin/mocha -R tap test"
},
"strider": {
"id": "strider-paperg-runner",
"title": "Default",
"icon": "icon.png",
"type": "runner",
"webapp": "index.js",
"config": false
},
"author": "Niall O'Higgins <[email protected]> (http://frozenridge.co)",
"contributors": [
"Peter Braden <[email protected]> (http://frozenridge.co)",
"Jared Forsyth"
]
}