-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.26 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
47
{
"name": "netflux-bot",
"version": "0.1.0",
"description": "Peer machine able to connect to a network handled by netflux API",
"main": "server.js",
"scripts": {
"test": "jasmine-node spec --verbose --color",
"test-live": "jasmine-node spec --autotest --watch . --verbose --color",
"commit": "git-cz",
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
},
"repository": {
"type": "git",
"url": "git+https://github.com/coast-team/netflux-bot.git"
},
"keywords": [
"Netflux",
"Peer-to-Peer",
"Bot"
],
"author": "Thomas Le Saux <thomas.le-saux@telecomnancy.eu>",
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/coast-team/netflux-bot/issues"
},
"homepage": "https://github.com/coast-team/netflux-bot#readme",
"dependencies": {
"botkit": "^0.2.2",
"mongoose": "^4.5.2",
"netflux": "^0.10.6",
"node-geocoder": "^3.13.0",
"request": "^2.74.0",
"text-encoding": "^0.6.0",
"twitter": "^1.3.0",
"ws": "^1.1.0"
},
"devDependencies": {
"commitizen": "^2.8.6",
"cz-conventional-changelog": "^1.1.6",
"jasmine-node": "^1.14.5"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}