scarlet-init
Version:
Scarlet-init is a scaffolding tool used to automate Scarlet plugin creation.
31 lines (30 loc) • 573 B
JSON
{
"peerDependencies": {
"scarlet": "~0.5.11"
},
"devDependencies": {
"mocha": "*",
"grunt": "~0.4.1",
"grunt-contrib-jshint": "~0.4.3",
"grunt-contrib-watch": "~0.4.0",
"grunt-release": "~0.3.3",
"scarlet": "~0.5.11"
},
"directories": {
"test": "tests",
"lib": "lib"
},
"scripts": {
"test": "mocha --reporter spec tests/*"
},
"keywords": [
"scarlet-plugin",
"plugin",
"scarlet"
],
"name": "full",
"license": "MIT",
"version": "0.0.0",
"description": "Awesome Scarlet Plugin",
"author": ""
}