-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 732 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 732 Bytes
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
{
"name": "run-in",
"version": "0.0.4",
"description": "Run command in all directory",
"bin": {
"run-in": "./bin/run-in"
},
"scripts": {
"test": "mocha -R spec"
},
"author": {
"name": "codefalling",
"email": "code.falling@gmail.com",
"url": "https://github.com/CodeFalling"
},
"repository": {
"type": "git",
"url": "https://github.com/CodeFalling/run-in"
},
"license": "MIT",
"bugs": "https://github.com/CodeFalling/run-in/issues",
"dependencies": {
"autocmdr": "~0.0.7",
"colors": "^1.1.2",
"commander": "~2.0.0",
"glob": "^7.1.1",
"glob-promise": "^3.1.0",
"promise-polyfill": "^6.0.2",
"spawn-command": "^0.0.2-1"
},
"devDependencies": {}
}