-
Notifications
You must be signed in to change notification settings - Fork 24
/
package.json
41 lines (41 loc) · 849 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
33
34
35
36
37
38
39
40
41
{
"author": {
"name": "Ben Newman",
"email": "[email protected]"
},
"name": "install",
"version": "0.13.0",
"description": "Minimal JavaScript module loader",
"keywords": [
"modules",
"require",
"commonjs",
"exports",
"browser",
"packaging",
"packager",
"install"
],
"license": "MIT",
"homepage": "http://github.com/benjamn/install",
"repository": {
"type": "git",
"url": "git://github.com/benjamn/install.git"
},
"main": "install.js",
"scripts": {
"prepublish": "scripts/prepublish.sh",
"docs": "scripts/docs.sh",
"test": "mocha --reporter spec --full-trace test/run.js"
},
"devDependencies": {
"docco": "^0.8.0",
"mocha": "^5.0.0",
"reify": "^0.18.1",
"terser": "^3.16.0"
},
"license": "MIT",
"engines": {
"node": ">= 0.10"
}
}