forked from JeffreyWay/Laravel-Elixir-Rollup
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.06 KB
/
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
41
42
43
{
"name": "coldbox-elixir-rollup",
"version": "1.0.1",
"description": "ColdBox Elixir Rollup Extension.",
"main": "dist/index.js",
"repository": {
"type" : "git",
"url" : "https://github.com/coldbox-elixir/extension-webpack"
},
"homepage": "https://github.com/coldbox-elixir/extension-webpack",
"scripts": {
"compile": "babel --presets=es2015 -d dist src",
"prepublish": "npm run compile"
},
"keywords": [
"coldbox",
"elixir",
"rollup"
],
"author": "Jeffrey Way",
"contributors": [
{
"name": "Eric Peterson",
"email": "eric@elpete.com"
}
],
"license": "MIT",
"dependencies": {
"buble": "^0.12.3",
"rollup-plugin-buble": "^0.12.1",
"rollup-plugin-commonjs": "^3.1.0",
"rollup-plugin-node-resolve": "^1.7.1",
"rollup-plugin-replace": "^1.1.1",
"rollup-plugin-multi-entry": "^2.0.1",
"rollup-stream": "^1.10.1",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
},
"devDependencies": {
"babel-cli": "^6.10.1",
"babel-preset-es2015": "^6.9.0"
}
}