UNPKG

898 BJSONView Raw
1{
2 "name": "loader-koa",
3 "version": "1.0.0",
4 "description": "Loader middleware for koa",
5 "main": "koa.js",
6 "scripts": {
7 "test": "make test"
8 },
9 "repository": {
10 "type": "git",
11 "url": "git+https://github.com/JacksonTian/loader-koa.git"
12 },
13 "keywords": [
14 "Loader",
15 "Koa"
16 ],
17 "author": "Jackson Tian",
18 "license": "MIT",
19 "bugs": {
20 "url": "https://github.com/JacksonTian/loader-koa/issues"
21 },
22 "homepage": "https://github.com/JacksonTian/loader-koa#readme",
23 "dependencies": {
24 "babel-core": "~5.8.24",
25 "co-fs": "~1.2.0",
26 "coffee-script": "~1.10.0",
27 "less": "~2.5.1",
28 "stylus": "~0.52.4",
29 "thunkify": "~2.1.2"
30 },
31 "devDependencies": {
32 "co-mocha": "*",
33 "coveralls": "*",
34 "istanbul-harmony": "*",
35 "koa": "~1.0.0",
36 "mocha": "*",
37 "mocha-lcov-reporter": "*",
38 "supertest": "*",
39 "travis-cov": "*"
40 }
41}