-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
62 lines (62 loc) · 1.29 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
57
58
59
60
61
62
{
"name": "aperture",
"version": "1.1.1",
"description": "Local dependencies helper",
"main": "index.js",
"scripts": {
"test": "tape test/*.js | tap-spec"
},
"bin": {
"aperture": "./aperture.js"
},
"author": "Hugh Kennedy <[email protected]> (http://hughsk.io/)",
"contributors": [
"Tim Oxley"
],
"dependencies": {
"flatten": "0.0.1",
"once": "~1.3.0",
"uniq": "0.0.2",
"map-async": "~0.1.1",
"rimraf": "~2.2.6",
"mkdirp": "~0.3.5",
"optimist": "~0.6.0",
"readdirp": "~0.3.3",
"through2": "~0.4.1",
"globs": "~0.1.1",
"findup": "~0.1.3",
"async-series": "0.0.1",
"pluck": "0.0.4",
"chalk": "~0.4.0",
"semver": "^2.2.1",
"npm-stats": "^0.3.0",
"map-limit": "0.0.0"
},
"devDependencies": {
"directory-copy": "~0.1.0",
"quick-tmp": "0.0.0",
"tap-spec": "^0.2.0",
"tape": "~2.4.0"
},
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git://github.com/requireio/aperture.git"
},
"keywords": [
"npm",
"link",
"require",
"development",
"dev",
"install",
"dependency"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/requireio/aperture/issues"
},
"homepage": "https://github.com/requireio/aperture"
}