forked from JeffreyWay/laravel-elixir-webpack-official
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 937 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
41
{
"name": "coldbox-elixir-webpack",
"version": "2.0.0",
"description": "ColdBox Elixir Webpack 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",
"webpack",
"gulp"
],
"author": "Jeffrey Way",
"contributors": [
{
"name": "Eric Peterson",
"email": "eric@elpete.com"
}
],
"license": "MIT",
"dependencies": {
"buble": "^0.12.3",
"buble-loader": "^0.2.2",
"gulp-filter": "^4.0.0",
"lodash": "^4.15.0",
"webpack": "^2.2.1",
"webpack-stream-fixed": "^3.2.2"
},
"devDependencies": {
"babel-cli": "^6.10.1",
"babel-preset-es2015": "^6.9.0"
}
}