-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
38 lines (38 loc) · 918 Bytes
/
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
{
"name": "childish-process",
"description": "child_process for grown-ups",
"keywords": [
"child_process",
"exec",
"spawn",
"notify"
],
"version": "0.0.5",
"repository": {
"type": "git",
"url": "git://github.com/orlin/childish-process.git"
},
"bugs": {
"mail": "[email protected]",
"url": "https://github.com/orlin/childish-process/issues"
},
"author": "Orlin M Bozhinov <[email protected]>",
"contributors": [],
"main": "index.js",
"dependencies": {
"cross-spawn-async": "^2.0.0",
"lodash.merge": "^3.3.2",
"node-notifier": "^4.3.1",
"source-map-support": "^0.3.2"
},
"devDependencies": {
"beverage": "0.0.5-1",
"coffee-inline-map": "^0.8.0",
"coffee-script": "^1.10.0",
"gulp": "^3.9.0"
},
"scripts": {
"build": "node_modules/.bin/coffee-inline-map -b -o index.js index.coffee"
},
"license": "Unlicense"
}