-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
46 lines (46 loc) · 1.14 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
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "mongoose-socket.io",
"version": "0.0.0-development",
"description": "Mongoose - Socket.io integration",
"main": "src/",
"scripts": {
"test": "echo \"No tests yet\"",
"dev": "node test/index",
"commit": "git-cz",
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
},
"repository": {
"type": "git",
"url": "https://github.com/crsten/mongoose-socket.io.git"
},
"keywords": [
"mongoose",
"socket.io",
"websocket"
],
"author": "[email protected]",
"license": "MIT",
"bugs": {
"url": "https://github.com/crsten/mongoose-socket.io/issues"
},
"homepage": "https://github.com/crsten/mongoose-socket.io#readme",
"devDependencies": {
"body-parser": "^1.17.1",
"cz-conventional-changelog": "^2.0.0",
"express": "^4.15.2",
"mongoose": "^4.9.6",
"semantic-release": "^6.3.2",
"socket.io": "^1.7.3"
},
"dependencies": {
"array-flatten": "^2.1.1",
"cli-color": "^1.2.0",
"intersect": "^1.0.1",
"mongoose": "^4.9.6"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}