-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
33 lines (33 loc) · 1.03 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
{
"name": "httplive",
"version": "1.0.2",
"description": "http-chunked for live, easily implement and combine",
"main": "dist/index.min.js",
"scripts": {
"start": "http-server . -c -1 & webpack --config webpack.dev.js -w -p ",
"build":"webpack --config webpack.prod.js --env production --progress --colors",
"debug":"webpack --config webpack.prod.js -w --env production --progress --colors --verbose"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-plugin-external-helpers": "^6.22.0",
"babel-polyfill": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"strip-loader": "^0.1.2",
"uglifyjs-webpack-plugin": "^0.4.6",
"webpack": "^3.8.1",
"webpack-stream": "^4.0.0"
},
"author": "villainhr jimmytian jimmyvv",
"dependencies": {
"detect-browser": "^2.0.0",
"mitt": "^1.1.2"
},
"license": "apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/JimmyVV/httplive"
},
"homepage": "https://github.com/JimmyVV/httplive"
}