-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
65 lines (65 loc) · 1.59 KB
/
Copy pathpackage.json
File metadata and controls
65 lines (65 loc) · 1.59 KB
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "js-host",
"version": "0.11.3",
"description": "Configurable JavaScript host",
"author": {
"name": "Mark Finger",
"email": "markfinger@gmail.com"
},
"license": "MIT",
"bin": {
"js-host": "bin/js-host.js"
},
"main": "lib/Host.js",
"repository": {
"type": "git",
"url": "git+https://github.com/markfinger/js-host.git"
},
"bugs": {
"url": "https://github.com/markfinger/js-host/issues"
},
"homepage": "https://github.com/markfinger/js-host",
"dependencies": {
"absolute-path": "0.0.0",
"body-parser": "^1.12.3",
"express": "^4.12.3",
"lodash": "^3.7.0",
"tmp": "0.0.25",
"uuid": "^2.0.1",
"winston": "^1.0.0",
"yargs": "^3.8.0"
},
"devDependencies": {
"chai": "^2.3.0",
"mocha": "^2.2.4",
"request": "^2.55.0",
"spawn-sync": "^1.0.6"
},
"scripts": {
"test": "mocha",
"test-bail": "mocha --bail"
},
"gitHead": "7240e051085f10eb20f698a4e1e3489142225743",
"_id": "js-host@0.11.3",
"_shasum": "ebafac24a6a8cba3f043dfecfcded385917127db",
"_from": "js-host@>=0.11.0 <0.12.0",
"_npmVersion": "2.7.6",
"_nodeVersion": "0.12.0",
"_npmUser": {
"name": "markfinger",
"email": "markfinger@gmail.com"
},
"maintainers": [
{
"name": "markfinger",
"email": "markfinger@gmail.com"
}
],
"dist": {
"shasum": "ebafac24a6a8cba3f043dfecfcded385917127db",
"tarball": "http://registry.npmjs.org/js-host/-/js-host-0.11.3.tgz"
},
"directories": {},
"_resolved": "https://registry.npmjs.org/js-host/-/js-host-0.11.3.tgz",
"readme": "ERROR: No README data found!"
}