UNPKG

850 BJSONView Raw
1{
2 "author": {
3 "name": "Ben Newman",
4 "email": "bn@cs.stanford.edu"
5 },
6 "name": "install",
7 "description": "Minimal JavaScript module loader",
8 "keywords": [
9 "modules",
10 "require",
11 "commonjs",
12 "exports",
13 "browser",
14 "packaging",
15 "packager",
16 "install"
17 ],
18 "version": "0.10.0",
19 "license": "MIT",
20 "homepage": "http://github.com/benjamn/install",
21 "repository": {
22 "type": "git",
23 "url": "git://github.com/benjamn/install.git"
24 },
25 "main": "install.js",
26 "scripts": {
27 "prepublish": "scripts/prepublish.sh",
28 "docs": "scripts/docs.sh",
29 "test": "mocha --reporter spec --full-trace test/run.js"
30 },
31 "devDependencies": {
32 "docco": "^0.7.0",
33 "mocha": "^3.2.0",
34 "uglifyjs": "^2.4.10",
35 "reify": "^0.9.1"
36 },
37 "license": "MIT",
38 "engines": {
39 "node": ">= 0.10"
40 }
41}