2018-03-22 20:37:34 +00:00
|
|
|
{
|
2018-11-30 09:35:13 +00:00
|
|
|
"name": "riot-starter",
|
|
|
|
"version": "0.6.0",
|
|
|
|
"description": "rapid riotjs starter seed",
|
|
|
|
"main": "index.js",
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "http: //code.negative9.net/geoff/riot-starter"
|
|
|
|
},
|
|
|
|
"directories": {
|
|
|
|
"doc": "docs",
|
|
|
|
"test": "test"
|
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"test": "tape",
|
|
|
|
"build": "./node_modules/.bin/gulp default",
|
|
|
|
"postinstall": "node ./node_modules/frontend-dependencies/index.js"
|
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"riot",
|
|
|
|
"riotjs",
|
|
|
|
"starter",
|
|
|
|
"seed",
|
|
|
|
"prototype"
|
|
|
|
],
|
|
|
|
"author": "Geoff Doty",
|
|
|
|
"license": "MIT",
|
|
|
|
"devDependencies": {
|
|
|
|
"gulp": "^4.0.0",
|
|
|
|
"gulp-clean-css": "^3.10.0",
|
|
|
|
"gulp-concat": "^2.6.1",
|
|
|
|
"gulp-minify": "^3.1.0",
|
|
|
|
"gulp-riot": "^1.1.5",
|
|
|
|
"gulp-useref": "^3.1.6",
|
|
|
|
"frontend-dependencies": "^1.1.5"
|
|
|
|
},
|
|
|
|
"frontendDependencies": {
|
|
|
|
"target": "src/public/vendor/",
|
|
|
|
"packages": {
|
|
|
|
"riot": {
|
|
|
|
"version": "3.13.2",
|
|
|
|
"src": "*min.js",
|
|
|
|
"namespaced": true
|
|
|
|
},
|
|
|
|
"riot-route": {
|
|
|
|
"version": "3.1.4",
|
|
|
|
"src": "dist/route.*",
|
|
|
|
"namespaced": true
|
|
|
|
},
|
|
|
|
"grayscale": {
|
|
|
|
"src": "dist/*",
|
|
|
|
"url": "https://github.com/n2geoff/grayscale",
|
|
|
|
"namespaced": true
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2018-03-22 20:37:34 +00:00
|
|
|
}
|