-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
42 lines (42 loc) · 854 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
37
38
39
40
41
42
{
"name": "KanjiApp",
"version": "0.3.0",
"description": "Kanji to Hiragana translation Application",
"engines": {
"node": "8.9.1"
},
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "mocha"
},
"dependencies": {
"@google-cloud/vision": "^0.15.0",
"ejs": "^2.5.6",
"express": "^4.15.2",
"express-validator": "^5.0.0",
"kuroshiro": "^0.2.1",
"multer": "^1.3.0",
"path": "^0.12.7",
"sleep": "^5.1.1"
},
"devDependencies": {
"chai": "^4.1.2",
"istanbul": "^0.4.5",
"mocha": "^5.0.1",
"proxyquire": "^1.8.0",
"request": "^2.81.0",
"sleep": "^5.1.1",
"tape": "^4.7.0"
},
"repository": {
"type": "git",
"url": "https://github.com/Zhao-Weng/KanjiApp"
},
"keywords": [
"node",
"heroku",
"express"
],
"license": "MIT"
}