forked from lemmabit/rollup-plugin-hypothetical
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 743 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 743 Bytes
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
{
"name": "rollup-plugin-hypothetical",
"version": "2.1.0",
"description": "gives Rollup an imaginary file system, e.g. for testing other plugins",
"main": "index.js",
"engines": {
"node": ">=0.12"
},
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Permutatrix/rollup-plugin-hypothetical.git"
},
"keywords": [
"rollup-plugin"
],
"author": "Permutator <permutatorem@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/Permutatrix/rollup-plugin-hypothetical/issues"
},
"homepage": "https://github.com/Permutatrix/rollup-plugin-hypothetical#readme",
"devDependencies": {
"mocha": "^5.0.0",
"rollup": "^0.55.0"
}
}