forked from lemmabit/rollup-stream
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 939 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
36
37
38
39
40
{
"name": "@simpo/rollup-vinyl-adaptor",
"version": "1.27.0",
"description": "a wrapper around Rollup that returns a stream instead of a Promise",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/permutatrix/rollup-stream.git"
},
"keywords": [
"rollup",
"gulpfriendly"
],
"author": "Permutator <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/permutatrix/rollup-stream/issues"
},
"homepage": "https://github.com/permutatrix/rollup-stream#readme",
"dependencies": {
"lodash.isobject": "^3.0.2",
"lodash.isstring": "^4.0.1",
"rollup": "^0.49.2",
"vinyl": "^2.2.0"
},
"devDependencies": {
"chai": "^3.4.1",
"mocha": "^2.3.4",
"rollup-plugin-hypothetical": "^1.0.1"
},
"files": [
"index.js",
"LICENSE",
"README.md",
"package.json"
]
}