countjs
Version:
A small utility to count things
32 lines (31 loc) • 656 B
JSON
{
"name": "countjs",
"version": "1.2.0",
"description": "A small utility to count things",
"main": "index.js",
"directories": {
"test": "./node_modules/mocha/bin/mocha"
},
"dependencies": {},
"devDependencies": {
"mocha": "^2.3.4"
},
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git@github.com:namshi/countjs.git"
},
"keywords": [
"count",
"namshi",
"swag"
],
"author": "Alessandro Nadalin <alessandro.nadalin@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/namshi/countjs/issues"
},
"homepage": "https://github.com/namshi/countjs"
}