@nhz.io/slush-um
Version:
Micro module generator (@nhz.io scoped)
45 lines (44 loc) • 1.21 kB
JSON
{
"name": "@nhz.io/<%= pkgNameSlug %>",
"version": "<%= pkgVersion %>",
"description": "<%= pkgDescription %>",
"main": "index.js",
"scripts": {
"start": "npm test; chokidar README.litcoffee -c 'npm test'",
"test": "cake lint && coffeetape README.litcoffee | faucet",
"lint": "cake lint",
"build": "npm test && cake build",
"prepublishOnly": "npm run build",
"prepack": "mv README.litcoffee README.md",
"postpack": "mv README.md README.litcoffee",
"prepush": "npm test"
},
"author": "Ishi Ruy <dev@nhz.io>",
"homepage": "https://github.com/nhz-io/nhz-io-<%= pkgNameSlug %>",
"repository": {
"type": "git",
"url": "https://github.com/nhz-io/nhz-io-<%= pkgNameSlug %>.git"
},
"bugs": {
"url": "https://github.com/nhz-io/nhz-io-<%= pkgNameSlug %>/issues"
},
"keywords": [
"nhz-io",
"nhz.io"
],
"license": "MIT",
"engines": {
"node": ">= 8.x.x",
"npm": ">= 5.x.x"
},
"devDependencies": {
"@nhz.io/coffeetape": "^2.0.2",
"cake": "^0.1.1",
"chokidar-cli": "^1.2.0",
"coffeelint": "^2.0.7",
"coffeescript": "^2.0.2",
"faucet": "0.0.1",
"husky": "^0.14.3",
"tape-async": "^2.3.0"
}
}