This repository was archived by the owner on Nov 28, 2017. It is now read-only.
forked from rollup/rollup-plugin-node-resolve
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.36 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.36 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
{
"name": "rollup-plugin-node-resolve-jail",
"description": "Bundle third-party dependencies in node_modules (with jail feature)",
"version": "2.0.0",
"devDependencies": {
"buble": "^0.13.2",
"es5-ext": "^0.10.11",
"eslint": "^2.11.1",
"mocha": "^3.0.2",
"rollup": "^0.35.9",
"rollup-plugin-buble": "^0.13.0",
"rollup-plugin-commonjs": "^4.1.0",
"string-capitalize": "^1.0.1",
"vlq": "^0.2.1"
},
"main": "dist/rollup-plugin-node-resolve-jail.cjs.js",
"module": "dist/rollup-plugin-node-resolve-jail.es.js",
"jsnext:main": "dist/rollup-plugin-node-resolve-jail.es.js",
"scripts": {
"pretest": "rollup -c",
"test": "mocha",
"posttest": "eslint src test/*.js",
"prepublish": "npm test"
},
"files": [
"src",
"dist"
],
"dependencies": {
"browser-resolve": "^1.11.0",
"builtin-modules": "^1.1.0",
"resolve": "^1.1.6"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rezzza/rollup-plugin-node-resolve.git"
},
"keywords": [
"rollup",
"rollup-plugin",
"es2015",
"npm",
"modules",
"jail",
"chroot"
],
"author": "Rich Harris <richard.a.harris@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/rezzza/rollup-plugin-node-resolve/issues"
},
"homepage": "https://github.com/rezzza/rollup-plugin-node-resolve#readme"
}