-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 996 Bytes
/
package.json
File metadata and controls
44 lines (44 loc) · 996 Bytes
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": "processhost",
"author": "Alex Robson <[email protected]> (http://nerdventure.io)",
"description": "a ridiculously simple process host",
"version": "0.2.3",
"repository": {
"type": "git",
"url": ""
},
"publishConfig": {
"registry": "https://registry.npmjs.org"
},
"dependencies": {
"debug": "^2.2.0",
"lodash": "3.x",
"machina": "^1.0.0",
"minimatch": "^2.0.7",
"monologue.js": "~0.3.3",
"when": "3.x",
"win-spawn": "arobson/win-spawn.git#master"
},
"devDependencies": {
"biggulp": "0.*.*",
"chai": "2.1.x",
"chai-as-promised": "4.3.x",
"gulp": "3.8.*",
"gulp-istanbul": "^0.9.0",
"gulp-mocha": "^0.5.2",
"proxyquire": "^1.4.0",
"rimraf": "^2.3.3",
"sinon": "^1.14.1",
"sinon-as-promised": "^3.0.0",
"sinon-chai": "^2.7.0"
},
"main": "./src/processHost.js",
"files": [
"src",
"LICENSE"
],
"scripts": {
"test": "gulp test-and-exit"
},
"license": "MIT"
}