-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 781 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 781 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
33
34
35
36
37
{
"name": "meta-config",
"version": "0.0.0",
"description": "configuration plugin for meta",
"main": "index.js",
"bin": {
"meta-config": "./bin/meta-config"
},
"scripts": {
"test": "npm test"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/dmorner/meta-config.git"
},
"keywords": [
"meta-config",
"meta",
"repo",
"repository",
"metarepository",
"metarepo"
],
"author": "[email protected]",
"license": "ISC",
"bugs": {
"url": "https://github.com/dmorner/meta/issues"
},
"homepage": "https://github.com/dmorner/meta-config#readme",
"dependencies": {
"chalk": "^1.1.3",
"commander": "^2.9.0",
"debug": "^2.3.3",
"meta-exec": "0.0.0",
"get-meta-file": "0.0.5"
}
}