-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
35 lines (35 loc) · 876 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
{
"name": "clone-leeroy",
"version": "0.6.2",
"description": "Clones repositories specified in a Leeroy config file.",
"main": "dist/index.js",
"bin": "./dist/index.js",
"repository": {
"type": "git",
"url": "git://github.com/bgrainger/clone-leeroy.git"
},
"author": "Bradley Grainger <[email protected]>",
"contributors": [
"Jacob Carpenter <[email protected]>"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/bgrainger/clone-leeroy/issues"
},
"homepage": "https://github.com/bgrainger/clone-leeroy#readme",
"devDependencies": {
"babel": "^5.8.20",
"gulp": "^3.9.0",
"gulp-babel": "^5.2.0",
"gulp-batch": "^1.0.5",
"gulp-eslint": "^1.0.0",
"gulp-watch": "^4.3.4"
},
"dependencies": {
"q-io": "^1.13.1"
},
"engines": {
"node": ">= 0.11.13",
"iojs": ">= 1.0.0"
}
}