forked from newyork-anthonyng/primus-webpack-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 762 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 762 Bytes
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
{
"name": "primus-client-webpack-plugin",
"version": "1.0.1",
"description": "Build client side primus script and add to build assets",
"main": "index.js",
"scripts": {},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/newyork-anthonyng/primus-webpack-plugin.git"
},
"keywords": [
"webpack-plugin",
"webpack",
"primus",
"sockets"
],
"author": "newyork.anthonyng@gmail.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/newyork-anthonyng/primus-webpack-plugin/issues"
},
"homepage": "https://github.com/newyork-anthonyng/primus-webpack-plugin#readme",
"dependencies": {
"uglify-js": "^2.8.7"
},
"peerDependencies": {
"primus": "^6.1.0",
"webpack": "^3.0.0"
}
}