1
0
mirror of https://github.com/aolofsson/oh.git synced 2025-01-17 20:02:53 +08:00
oh/accelerator/docs/package.json
Andreas Olofsson 333e445c58 Adding tutorial
2016-01-21 09:23:21 -05:00

22 lines
456 B
JSON

{
"name": "documentation",
"version": "1.0.0",
"description": "Epiphany presentations",
"main": "pub-config.js",
"dependencies": {
"pub-theme-shower-ribbon": "^1.6.0"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "git://github.com/adapteva/documentation"
},
"scripts": {
"develop": "pub",
"generate": "pub -O",
"static": "pub -S out"
},
"author": "jurgen leschner",
"license": "MIT"
}