boast-init
Version:
The initialisation script for the boast product
46 lines (45 loc) • 955 B
JSON
{
"name": "boast-init",
"version": "0.1.10",
"description": "The initialisation script for the boast product",
"main": "lib/index.js",
"module": "es/index.js",
"files": [
"es",
"lib",
"umd"
],
"scripts": {
"build": "nwb build-web-module",
"clean": "nwb clean-module",
"prepublishOnly": "npm run build",
"test": "nwb test",
"test:coverage": "nwb test --coverage",
"test:watch": "nwb test --server"
},
"devDependencies": {
"nwb": "0.23.x"
},
"author": "JamesVitaly",
"homepage": "https://github.com/doopoll/boast-init#readme",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/doopoll/boast-init.git"
},
"directories": {
"lib": "lib",
"test": "tests"
},
"keywords": [
"new",
"features",
"features",
"whats",
"new",
"engagement"
],
"bugs": {
"url": "https://github.com/doopoll/boast-init/issues"
}
}