0s
Version:
A tool to create an array filled with 0's
36 lines (35 loc) • 817 B
JSON
{
"name": "0s",
"version": "1.0.0",
"description": "A tool to create an array filled with 0's",
"main": "index.js",
"scripts": {
"test": "node_modules/istanbul/lib/cli.js cover node_modules/mocha/bin/_mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/joeyism/node-zeroes.git"
},
"keywords": [
"zeroes",
"0",
"zero",
"zeros",
"array",
"dimension",
"size"
],
"author": "Joey Sham <sham.joey@gmail.com> (http://www.joeyism.com)",
"license": "ISC",
"bugs": {
"url": "https://github.com/joeyism/node-zeroes/issues"
},
"homepage": "https://github.com/joeyism/node-zeroes#readme",
"dependencies": {},
"devDependencies": {
"chai": "^3.3.0",
"istanbul": "^0.3.20",
"mocha": "^2.3.3",
"mockery": "^1.4.0"
}
}