forked from istr/rollup-brunch
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 991 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
{
"name": "rollup-brunch",
"version": "0.0.3",
"description": "Plugin for brunch.io that uses rollupjs for packaging.",
"author": "Ingo Struck (https://www.ingo-struck.de/)",
"homepage": "https://github.com/istr/rollup-brunch",
"license": "MIT",
"repository": {
"type": "git",
"url": "[email protected]:istr/rollup-brunch.git"
},
"bugs": {
"url": "https://github.com/istr/rollup-brunch/issues"
},
"keywords": [
"es6",
"modules",
"rollup",
"bundle",
"browser"
],
"scripts": {
"test": "node_modules/.bin/eslint index.js && node_modules/.bin/mocha"
},
"dependencies": {
"rollup": "^0.24.1",
"rollup-plugin-babel": "^2.3.9",
"rollup-plugin-memory": "^1.0.0",
"rollup-plugin-multi-entry": "^1.1.0",
"source-map-support": "^0.4.0"
},
"devDependencies": {
"babel-eslint": "^5.0.0-beta6",
"babel-preset-es2015-rollup": "^1.1.1",
"chai": "^3.3.0",
"mocha": "^2.3.4",
"eslint": "^1.10.3"
}
}