-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
73 lines (73 loc) · 1.56 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"name": "automaton",
"version": "0.2.2",
"description": "Task automation tool",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"bugs": {
"url": "http://github.com/IndigoUnited/automaton/issues"
},
"repository": {
"type": "git",
"url": "git://github.com/IndigoUnited/automaton.git"
},
"keywords": [
"automation",
"automatic",
"automaton",
"batch",
"script",
"task",
"tasks",
"async",
"build",
"test",
"minimize",
"declarative",
"concat",
"scaffolding",
"uglify",
"minify",
"mkdir",
"cp",
"rm"
],
"author": "Indigo United",
"license": "MIT",
"dependencies": {
"async": "~0.2.5",
"mout": "~0.6.0",
"colors": "~0.6.0-1",
"optimist": "~0.5.2",
"glob": "~3.2.1",
"update-notifier": "~0.1.2",
"autofile-chmod": "~0.0.0",
"autofile-cp": "~0.0.0",
"autofile-init": "~0.0.0",
"autofile-mkdir": "~0.0.0",
"autofile-mv": "~0.0.2",
"autofile-rm": "~0.0.0",
"autofile-run": "~0.0.0",
"autofile-scaffolding-append": "~0.0.0",
"autofile-scaffolding-close": "~0.0.0",
"autofile-scaffolding-file-rename": "~0.0.0",
"autofile-scaffolding-replace": "~0.0.0",
"autofile-symlink": "~0.0.0",
"tabular": "~0.0.2"
},
"devDependencies": {
"rimraf": "~2.1.4",
"expect.js": "~0.2.0",
"mocha": "~1.11.0",
"grunt": "~0.4.0",
"grunt-contrib-copy": "~0.4.0",
"grunt-contrib-jshint": "~0.6.0",
"mkdirp": "~0.3.5"
},
"preferGlobal": true,
"bin": {
"automaton": "bin/automaton.js"
}
}