whatsit
Version:
A small util class.
39 lines (38 loc) • 816 B
JSON
{
"name": "whatsit",
"version": "2.1.1",
"description": "A small util class.",
"main": "whatsit.js",
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mithralaya/whatsit.git"
},
"keywords": [
"uitls",
"node",
"npm",
"check",
"what"
],
"author": "Karthik Vasudevan",
"license": "MIT",
"bugs": {
"url": "https://github.com/mithralaya/whatsit/issues"
},
"homepage": "https://github.com/mithralaya/whatsit#readme",
"devDependencies": {
"grunt": "^1.0.1",
"grunt-contrib-jshint": "^1.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-jscs": "^2.8.0",
"grunt-mocha-test": "^0.12.7",
"mocha": "^2.4.5"
},
"dependencies": {
"chalk": "^1.1.3",
"libphonenumber": "0.0.9"
}
}