-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
49 lines (49 loc) · 1.01 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
{
"name": "district",
"version": "1.2.1",
"description": "A small tool to help you write local, namespaced packages for larger projects",
"main": "index.js",
"bin": {
"district": "cli.js"
},
"license": "MIT",
"scripts": {
"test": "node test | tap-spec"
},
"author": {
"name": "Hugh Kennedy",
"email": "[email protected]",
"url": "http://hughsk.io/"
},
"dependencies": {
"debug": "^2.0.0",
"findup": "^0.1.5",
"minimist": "^1.1.0",
"mkdirp": "^0.5.0",
"once": "^1.3.0",
"quotemeta": "0.0.0",
"uniq": "^1.0.1"
},
"devDependencies": {
"tap-spec": "^1.0.0",
"tape": "^3.0.0",
"rimraf": "^2.2.8"
},
"repository": {
"type": "git",
"url": "git://github.com/hughsk/district.git"
},
"keywords": [
"npm",
"link",
"symlink",
"require",
"node_modules",
"dependency",
"local"
],
"homepage": "https://github.com/hughsk/district",
"bugs": {
"url": "https://github.com/hughsk/district/issues"
}
}