-
- Downloads
documentation is itself a mock api
gulpfile.js
0 → 100644
... | ... | @@ -5,7 +5,7 @@ |
"main": "index.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1", | ||
"build": "mkdir -p ./public && ./node_modules/.bin/aglio -i src/main.md -o public/index.html", | ||
"build": "gulp", | ||
"postinstall": "npm run build", | ||
"develop": "./node_modules/.bin/aglio -i src/main.md --server" | ||
}, | ||
... | ... | @@ -26,7 +26,10 @@ |
"license": "Apache", | ||
"dependencies": { | ||
"aglio": "^2.2.0", | ||
"koa": "^1.2.0", | ||
"koa-static": "^2.0.0" | ||
"drakov": "^1.0.0", | ||
"gulp": "^3.9.1", | ||
"gulp-aglio": "0.0.10", | ||
"gulp-change": "^1.0.0", | ||
"gulp-rename": "^1.2.2", | ||
} | ||
} |
Please register or sign in to comment