forked from 1337programming/webpack-browser-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 968 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
{
"name": "webpack-browser-plugin",
"version": "1.0.11",
"description": "Launch a browser after webpack-dev-server completes building",
"main": "lib/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "rollup -c"
},
"repository": {
"type": "git",
"url": "https://github.com/1337programming/webpack-browser-plugin.git"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/1337programming/webpack-browser-plugin/issues"
},
"homepage": "https://github.com/1337programming/webpack-browser-plugin",
"devDependencies": {
"babel-core": "^6.7.7",
"babel-preset-es2015-rollup": "^1.1.1",
"css-loader": "^0.23.1",
"html-loader": "^0.4.3",
"rollup": "^0.25.8",
"rollup-plugin-babel": "^2.4.0",
"rollup-plugin-json": "^2.0.1",
"style-loader": "^0.13.1",
"webpack": "^1.13.1"
},
"dependencies": {
"browser-sync": "^2.13.0",
"opn": "^4.0.2"
}
}