-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 817 Bytes
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 817 Bytes
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
{
"name": "tohru",
"version": "0.1.0",
"description": "woosh",
"main": "tohru.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "nodemon --harmony tohru.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/iCrawl/tohru.git"
},
"keywords": [
"api"
],
"author": "Crawl",
"license": "MIT",
"bugs": {
"url": "https://github.com/iCrawl/tohru/issues"
},
"homepage": "https://github.com/iCrawl/tohru#readme",
"dependencies": {
"bluebird": "^3.4.7",
"handlebars": "^4.0.6",
"koa": "^2.0.0",
"koa-helmet": "^3.1.0",
"koa-multer": "^1.0.1",
"koa-router": "^7.0.1",
"koa-static2": "^0.1.8",
"koa-views": "^5.2.0",
"lamu": "^0.1.0"
},
"devDependencies": {
"nodemon": "^1.11.0"
}
}