-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 872 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": "aegir-bundle",
"version": "0.1.0",
"description": "aegir dev-cli packaged as tiny, minified, single-file bundle",
"main": "index.js",
"bin": {
"aegir": "./src/bin/aegir.js",
"aegir-bundle": "./src/bin/aegir-bundle.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"aegir",
"bundle",
"cli"
],
"author": "Maciej Krüger <[email protected]>",
"license": "MIT",
"aegir": "15.2.0",
"dependencies": {
"gunzip-maybe": "^1.4.1",
"nugget": "github:mkg20001/nugget",
"tar-fs": "^1.16.3"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/mkg20001/aegir-bundle.git"
},
"bugs": {
"url": "https://github.com/mkg20001/aegir-bundle/issues"
},
"homepage": "https://github.com/mkg20001/aegir-bundle#readme"
}