-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 950 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
{
"name": "@moxiesuite/meta-pkgs",
"namespace": "moxiesuite",
"version": "0.2.0",
"description": "Package management plugin for meta",
"main": "index.js",
"bin": {
"meta-pkgs-checkout": "./bin/meta-pkgs-checkout",
"meta-pkgs-do": "./bin/meta-pkgs-do",
"meta-pkgs-test": "./bin/meta-pkgs-test",
"meta-pkgs": "./bin/meta-pkgs"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/trufflesuite/meta-pkgs.git"
},
"author": "g. nicholas d'andrea <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/trufflesuite/meta-pkgs/issues"
},
"homepage": "https://github.com/trufflesuite/meta-pkgs#readme",
"dependencies": {
"chalk": "^2.1.0",
"commander": "^2.11.0",
"debug": "^3.0.1",
"get-meta-file": "0.0.5",
"lodash": "^4.17.4",
"meta-exec": "0.0.7"
}
}