riot-starter/package.json

31 lines
548 B
JSON

{
"name": "riot-starter",
"version": "0.5.0",
"description": "rapid riotjs starter seed",
"main": "index.js",
"directories": {
"doc": "docs",
"test": "test"
},
"scripts": {
"test": "tape"
},
"keywords": [
"riot",
"riotjs",
"starter",
"seed",
"prototype"
],
"author": "Geoff Doty",
"license": "MIT",
"devDependencies": {
"gulp": "^3.9.1",
"gulp-concat": "^2.6.1",
"gulp-cssmin": "^0.2.0",
"gulp-minify": "^2.1.0",
"gulp-riot": "^1.1.4",
"gulp-useref": "^3.1.5"
}
}