-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 878 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
39
40
{
"name": "boot-stacker",
"version": "0.2.0",
"description": "Boot your stack. Simple, flexible, magical manager for running tasks and applications of all sorts.",
"keywords": [
"stacker",
"cli",
"task-runner"
],
"bin": {
"stacker": "bin/stacker"
},
"scripts": {
"test": "mocha --compilers coffee:coffee-script/register"
},
"author": "Brandon Fryslie",
"license": "ISC",
"repository": {
"type": "git",
"url": "https://github.com/brandon-fryslie/stacker.git"
},
"engines": {
"node": ">= 0.10.0"
},
"dependencies": {
"coffee-script": "^1.10.0",
"colors": "^1.0.3",
"es6-promise": "^3.1.2",
"lodash": "^4.6.1",
"ps-tree": "^1.0.1",
"yargs": "^4.3.2"
},
"preferGlobal": true,
"yargs": {
"camel-case-expansion": false
},
"devDependencies": {
"mocha.parallel": "^0.12.0"
}
}