forked from wesgarland/ctx-module
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 830 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
{
"name": "ctx-module",
"version": "1.0.12",
"description": "Load node modules into specific context",
"main": "ctx-module.js",
"scripts": {
"test": "peter tests",
"postpublish": "npm-hooks/postpublish",
"prepublishOnly": "npm-hooks/prepublish"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wesgarland/ctx-module.git"
},
"keywords": [
"commonjs",
"modules",
"require",
"loader"
],
"author": "Wes Garland, Distributive Corp.",
"license": "MIT",
"bugs": {
"url": "https://github.com/wesgarland/ctx-module/issues"
},
"homepage": "https://github.com/wesgarland/ctx-module#readme",
"devDependencies": {
"dcp-client": "^4.2.31",
"peter": "^2.3.9"
},
"dependencies": {
"buffer": "^6.0.3",
"crypto-browserify": "^3.12.0"
}
}