-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 746 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 746 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
{
"name": "pkg-lumo",
"version": "1.0.2",
"description": "Compile your own lumo binary",
"author": "Hlöðver Sigurðsson <hlolli@gmail.com> (http://hlolli.com)",
"license": "EPL-1.0",
"repository": {
"type": "git",
"url": "https://github.com/hlolli/pkg-lumo.git"
},
"bin": {
"pkg-lumo": "./index.js"
},
"bugs": {
"url": "https://github.com/hlolli/pkg-lumo/issues"
},
"homepage": "https://github.com/hlolli/pkg-lumo",
"main": "./index.js",
"dependencies": {
"chalk": "^2.3.0",
"clear": "0.0.1",
"figlet": "^1.2.0",
"fs-extra": "^5.0.0",
"jszip": "2.6.1",
"mkdirp": "^0.5.1",
"rimraf": "^2.6.2",
"yargs-interactive": "^2.0.1"
}
}