riot-starter/package.json

36 lines
702 B
JSON
Raw Normal View History

2018-03-22 20:37:34 +00:00
{
"name": "riot-starter",
2018-11-09 22:30:06 +00:00
"version": "0.6.0",
2018-03-31 06:08:51 +00:00
"description": "rapid riotjs starter seed",
2018-03-22 20:37:34 +00:00
"main": "index.js",
2018-11-09 22:30:06 +00:00
"repository": {
"type": "git",
"url": "http: //code.negative9.net/geoff/riot-starter"
},
2018-03-22 20:37:34 +00:00
"directories": {
"doc": "docs",
"test": "test"
},
"scripts": {
2018-11-09 22:35:59 +00:00
"test": "tape",
"build": "./node_modules/.bin/gulp default"
2018-03-22 20:37:34 +00:00
},
"keywords": [
"riot",
"riotjs",
"starter",
2018-03-31 06:08:51 +00:00
"seed",
2018-03-22 20:37:34 +00:00
"prototype"
],
"author": "Geoff Doty",
"license": "MIT",
"devDependencies": {
2018-11-09 22:30:06 +00:00
"gulp": "^4.0.0",
"gulp-clean-css": "^3.10.0",
2018-03-22 20:37:34 +00:00
"gulp-concat": "^2.6.1",
2018-11-09 22:30:06 +00:00
"gulp-minify": "^3.1.0",
"gulp-riot": "^1.1.5",
"gulp-useref": "^3.1.6"
2018-03-22 20:37:34 +00:00
}
}