-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
37 lines (37 loc) · 812 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
{
"name": "koa-livereload",
"version": "0.2.0",
"description": "Livereload script loader for Koa",
"main": "index.js",
"directories": {
"example": "examples"
},
"dependencies": {
"stream-injecter": "0.0.1",
"koa": "^2.0.0"
},
"devDependencies": {
"koa": "^2.0.0",
"koa-static": "^3.0.0",
"should": "~2.1.1",
"mocha": "^2.5.3",
"supertest": "~0.8.2"
},
"scripts": {
"test": "make test"
},
"repository": {
"type": "git",
"url": "https://github.com/yosuke-furukawa/koa-livereload.git"
},
"keywords": [
"livereload",
"koa"
],
"author": "yosuke-furukawa",
"license": "MIT",
"bugs": {
"url": "https://github.com/yosuke-furukawa/koa-livereload/issues"
},
"homepage": "https://github.com/yosuke-furukawa/koa-livereload"
}