-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
36 lines (36 loc) · 916 Bytes
/
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
{
"name": "sofia",
"version": "0.0.1-alpha.1",
"description": "A bot to track and access ECD progress.",
"main": "index.js",
"directories": {
"doc": "docs"
},
"scripts": {
"lint": "./node_modules/.bin/eslint index.js",
"dev": "supervisor index.js",
"travis-ecs-deploy": "travis-ecs-deploy"
},
"repository": {
"type": "git",
"url": "git+https://github.com/goodbotai/sofia.git"
},
"author": "onaio",
"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/goodbotai/sofia/issues"
},
"homepage": "https://github.com/goodbotai/sofia#readme",
"dependencies": {
"borq": "0.0.1-alpha.26",
"express-winston": "^2.4.0",
"i18next": "^9.0.0",
"i18next-express-middleware": "^1.0.5",
"i18next-node-fs-backend": "^1.0.0",
"winston": "^2.3.1"
},
"devDependencies": {
"eslint": "^4.5.0",
"eslint-config-google": "^0.9.1"
}
}