package.json
944 字节
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
{
"author": {
"name": "Ben Newman",
"email": "bn@cs.stanford.edu"
},
"name": "install",
"description": "Minimal JavaScript module loader",
"keywords": [
"modules",
"require",
"commonjs",
"exports",
"browser",
"packaging",
"packager",
"install"
],
"version": "0.10.1",
"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.7.0",
"mocha": "^3.2.0",
"uglifyjs": "^2.4.10",
"reify": "^0.11.0"
},
"engines": {
"node": ">= 0.10"
},
"_from": "install@0.10.1",
"_resolved": "http://registry.npm.taobao.org/install/download/install-0.10.1.tgz"
}