-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
38 lines (38 loc) · 984 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
{
"name": "screpto",
"version": "0.1.3",
"description": "Small utility to run a script across several repositories",
"main": "screpto.js",
"bugs": {
"url": "https://github.com/IndigoUnited/node-screpto/issues/"
},
"repository": {
"type": "git",
"url": "git://github.com/IndigoUnited/node-screpto.git"
},
"author": "IndigoUnited <[email protected]> (http://indigounited.com)",
"license": "MIT",
"dependencies": {
"async": "^1.2.1",
"chalk": "^1.0.0",
"commander": "^2.8.1",
"err-code": "^0.1.2",
"glob": "^10.3.10",
"minimatch": "^2.0.8",
"mout": "^0.11.0",
"promptly": "^0.2.1",
"request": "^2.88.2"
},
"keywords": [
"git",
"github",
"script",
"repository",
"repo",
"automate"
],
"scripts": {
"postinstall": "test -f config.json || cp config.dist.json config.json; test -f scripts/package.json || cp scripts/package.dist.json scripts/package.json"
},
"private": true
}