-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 876 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 876 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
{
"name": "bind-socketio-handlers",
"version": "1.0.7",
"description": "Bind event handlers to socket.io socket on client connection",
"main": "index.js",
"scripts": {
"build": "webpack --config config/webpack.config.js",
"deploy": "npm run build && npm run do:publish && npm post:publish",
"do:publish": "npm version patch && npm run redeploy",
"redeploy": "npm publish",
"post:publish": "git push && git push --tags"
},
"author": "Graham King <gking2224@gmail.com>",
"license": "ISC",
"repository": "https://github.com/alphaeadevelopment/bind-socketio-handlers.git",
"dependencies": {},
"peerDependencies": {},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.4",
"babel-plugin-module-resolver": "^3.1.1",
"babel-preset-env": "^1.6.1",
"webpack": "^3.11.0"
}
}