forked from alexanderGugel/ied
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.33 KB
/
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "ied",
"version": "0.4.3",
"main": "lib/index.js",
"bin": {
"ied": "bin/cmd.js"
},
"dependencies": {
"archy": "^1.0.0",
"async": "^1.4.2",
"easy-table": "^1.0.0",
"got": "^5.3.1",
"gunzip-maybe": "^1.2.1",
"https-proxy-agent": "^1.0.0",
"init-package-json": "^1.9.1",
"minimist": "^1.2.0",
"mkdirp": "^0.5.1",
"node-uuid": "^1.4.3",
"npm-package-arg": "^4.1.0",
"object-assign": "^3.0.0",
"semver": "^5.0.1",
"tar-fs": "^1.8.1"
},
"devDependencies": {
"mocha": "^2.3.3",
"mock-fs": "^3.4.0",
"mockmock": "0.0.5",
"nock": "^5.2.1",
"path-is-inside": "^1.0.1",
"proxyquire": "^1.7.3",
"rimraf": "^2.4.3",
"snazzy": "^2.0.1",
"standard": "^5.3.1",
"tape": "^4.2.2"
},
"scripts": {
"test": "mocha --recursive",
"pretest": "npm run lint",
"lint": "standard | snazzy"
},
"repository": {
"type": "git",
"url": "git+https://github.com/alexanderGugel/ied.git"
},
"author": "Alexander Gugel <alexander.gugel@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/alexanderGugel/ied/issues"
},
"homepage": "https://github.com/alexanderGugel/ied#readme",
"description": "An alternative package manager for Node.",
"directories": {
"example": "example",
"test": "test"
}
}