-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
52 lines (52 loc) · 1.17 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
{
"name": "task-mule",
"version": "1.6.0",
"description": "Yet another task runner",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Real-Serious-Games/task-mule.git"
},
"bin": {
"task-mule": "./bin/task-mule"
},
"keywords": [
"task",
"runner",
"javascript",
"grunt",
"gulp"
],
"author": "[email protected]",
"license": "MIT",
"bugs": {
"url": "https://github.com/Real-Serious-Games/task-mule/issues"
},
"homepage": "https://github.com/Real-Serious-Games/task-mule#readme",
"dependencies": {
"ascii-table": "0.0.8",
"ascii-tree": "^0.1.1",
"chai": "^3.2.0",
"chalk": "^1.0.0",
"confucious": "0.0.10",
"cron": "^1.1.0",
"extend": "^3.0.0",
"fs-extra": "^0.19.0",
"globby": "^2.0.0",
"linq": "^3.0.4-beta",
"nconf": "^0.7.1",
"promise": "^7.0.1",
"q": "^1.4.1",
"quote": "^0.4.0",
"statman-stopwatch": "^2.7.0",
"string": "^3.3.0",
"sugar": "^1.4.1",
"yargs": "^3.10.0"
},
"devDependencies": {
"caller-id": "^0.1.0"
}
}