-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.05 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
{
"name": "karma",
"version": "0.0.1-alpha.16",
"description": "Messenger bot for the Karma study",
"main": "index.js",
"scripts": {
"lint": "eslint lib/ test/ translations/ setup.js index.js",
"dev": "supervisor -w lib,translations,. index.js",
"test": "./node_modules/mocha/bin/mocha test/",
"travis-ecs-deploy": "travis-ecs-deploy"
},
"repository": {
"type": "git",
"url": "git+https://github.com/onaio/karma.git"
},
"author": "onaio",
"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/onaio/karma/issues"
},
"homepage": "https://github.com/onaio/karma#readme",
"dependencies": {
"borq": "0.0.1-alpha.34",
"eslint": "^4.4.1",
"eslint-config-google": "^0.9.1",
"express-winston": "^2.4.0",
"i18next": "^8.4.3",
"i18next-node-fs-backend": "^1.0.0",
"uuid": "^3.2.1",
"winston": "^2.3.1",
"yarn": "^0.27.5"
},
"devDependencies": {
"eslint-config-recommended": "^2.0.0",
"eslint-plugin-prettier": "^2.6.0",
"mocha": "^4.0.1",
"prettier": "^1.10.2"
}
}