z-helper
Version:
A collection of libraries that I use in a lot of projects, feel free to modify them for your use.
40 lines (39 loc) • 1.01 kB
JSON
{
"name": "z-helper",
"version": "1.0.9",
"description": "A collection of libraries that I use in a lot of projects, feel free to modify them for your use.",
"main": "main.js",
"scripts": {
"test": "node_modules/.bin/mocha test",
"testCoverage": "node_modules/.bin/nyc npm test",
"precommit": "node_modules/.bin/eslint main.js src test && npm run testCoverage | node gen-readme.js && git add README.md",
"prepush": "npm publish"
},
"author": "Zac McChesney",
"license": "MIT",
"dependencies": {
"chai": "^4.1.2",
"mocha": "^4.0.1",
"nyc": "^11.2.1"
},
"devDependencies": {
"eslint": "^4.9.0",
"husky": "^0.14.3"
},
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/imzacm/ZHelper.git"
},
"keywords": [
"DataStore",
"google",
"analytics"
],
"bugs": {
"url": "https://github.com/imzacm/ZHelper/issues"
},
"homepage": "https://github.com/imzacm/ZHelper#readme"
}