@graunds/tori
Version:
Tori - Opinionated Riot component generator
46 lines (45 loc) • 945 B
JSON
{
"name": "@graunds/tori",
"version": "0.1.2",
"description": "Tori - Opinionated Riot component generator",
"bin": {
"@graunds/tori": "bin/create-project",
"tori": "bin/tori"
},
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/graundsco/tori.git"
},
"publishConfig": {
"access": "public"
},
"keywords": [
"riotjs",
"riot",
"tori",
"js",
"component",
"generator",
"cli",
"commands"
],
"author": "Niklas Lepistö <niklas@demtrees.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/graundsco/tori/issues"
},
"homepage": "https://github.com/graundsco/tori#readme",
"dependencies": {
"@hapi/somever": "3.0.0",
"bin-v8-flags-filter": "1.2.0"
},
"tori": {
"basePath": "src",
"c": "components",
"v": "views"
}
}