-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.39 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
48
49
50
51
52
53
54
55
{
"name": "wyrz",
"version": "1.0.0",
"description": "Kik messenger bot over the wire",
"main": "index.js",
"scripts": {
"pretest": "coffee -c test/",
"test": "./node_modules/mocha/bin/mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Announcement/wyrz.git"
},
"keywords": [
"kik",
"messenger",
"bot"
],
"author": "Jacob Francis Powers",
"license": "MIT",
"bugs": {
"url": "https://github.com/Announcement/wyrz/issues"
},
"homepage": "https://github.com/Announcement/wyrz#readme",
"engines": {
"node": "v6.9.4",
"npm": "v4.1.2"
},
"dependencies": {
"@kikinteractive/kik": "^2.2.1",
"express": "^4.15.4",
"socket.io": "^2.0.3"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-plugin-external-helpers": "^6.18.0",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.6.0",
"babel-preset-es2015": "^6.24.1",
"babel-register": "^6.26.0",
"chai": "^3.5.0",
"eslint": "^3.19.0",
"eslint-config-standard": "^6.2.1",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-standard": "^2.3.1",
"istanbul": "^0.4.5",
"mocha": "^3.5.0",
"rollup": "^0.41.6",
"rollup-plugin-babel": "^2.7.1",
"rollup-plugin-json": "^2.3.0",
"rollup-plugin-node-builtins": "^2.1.2",
"rollup-plugin-node-resolve": "^2.1.1",
"rollup-plugin-sourcemaps": "^0.4.2"
}
}