-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 928 Bytes
/
package.json
File metadata and controls
45 lines (45 loc) · 928 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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"name": "local_modules",
"version": "1.0.8",
"description": "embeddable npm local_modules.",
"main": "index.js",
"bin": {
"lm": "index.js",
"local_modules": "index.js"
},
"directories": {
"example": "examples",
"test": "test"
},
"scripts": {
"test": "cd examples && node ../test/test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/glintapp/local_modules.git"
},
"keywords": [
"local_modules",
"local",
"module",
"npm",
"bundled",
"embed"
],
"author": "Andi Neck",
"license": "MIT",
"bugs": {
"url": "https://github.com/glintapp/local_modules/issues"
},
"homepage": "https://github.com/glintapp/local_modules#readme",
"dependencies": {
"defaults": "^1.0.3",
"exe": "^1.0.2",
"mkdirp": "^0.5.1",
"rimraf": "^2.4.3",
"subarg": "^1.0.0"
},
"devDependencies": {
"tape": "^4.2.2"
}
}