forked from 7digital/roadrunner
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.25 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
{
"name": "roadrunner",
"version": "0.0.1",
"description": "Command line tool for running scripts in lots of places",
"private": true,
"preferGlobal": true,
"bin": "./bin/runner.js",
"dependencies": {
"chain-of-command": "git://github.com/raoulmillais/chain-of-command.git#master",
"text-streams": "git://github.com/raoulmillais/text-streams.git#master",
"teamcity-servicemessages": "git://github.com/raoulmillais/teamcity-servicemessages.git#master",
"optimist": "~0.3.5",
"js-yaml": "~2.0.1",
"async": "~0.2.8",
"colors": "~0.6.0-1",
"ssh2": "~0.2.9",
"underscore": "~1.4.4"
},
"devDependencies": {
"sandboxed-module": "~0.1.4",
"mocha": "~1.8.1",
"grunt": "~0.4.1",
"grunt-notify": "~0.2.4",
"grunt-simple-mocha": "~0.4.0",
"grunt-contrib-jshint": "~0.6.0",
"grunt-complexity": "~0.1.3",
"grunt-cli": "~0.1.9",
"grunt-contrib-watch": "~0.4.4",
"matchdep": "~0.1.2",
"grunt-jsvalidate": "~0.2.1"
},
"scripts": {
"test": "./node_modules/.bin/grunt"
},
"repository": {
"type": "git",
"url": "git://github.com/7digital/roadrunner.git"
},
"keywords": [
"scripts",
"automation",
"ssh",
"cli"
],
"author": "Raoul Millais",
"license": "BSD"
}