-
Notifications
You must be signed in to change notification settings - Fork 24
/
package.json
32 lines (32 loc) · 850 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
{
"name": "elm-github-install",
"version": "1.6.1",
"description": "Install Elm packages directly from Git repositories",
"scripts": {
"install": "node scripts/install.js",
"run": "node scripts/run.js"
},
"bin": {
"elm-github-install": "scripts/run.js",
"elm-install": "scripts/run.js"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/gdotdesign/elm-github-install.git"
},
"dependencies": {
"adm-zip": "^0.4.7",
"progress": "^2.0.0",
"request": "2.74.0",
"request-progress": "^3.0.0",
"shelljs": "0.7.5",
"tar-fs": "1.15.0",
"tmp": "^0.0.31"
},
"author": "Gusztáv Szikszai",
"license": "ISC",
"bugs": {
"url": "https://github.com/gdotdesign/elm-github-install/issues"
},
"homepage": "https://github.com/gdotdesign/elm-github-install#readme"
}