thirteen
Version:
Take any number and...
33 lines • 768 B
JSON
{
"name": "thirteen",
"version": "1.0.3",
"description": "Take any number and...",
"main": "index.js",
"scripts": {
"test": "node_modules/.bin/grunt ci"
},
"repository": {
"type": "git",
"url": "https://github.com/phillipalexander/thirteen"
},
"keywords": [
"thirteen",
"numbers",
"math"
],
"author": "Phillip Alexander <git@phillipalexander.io>",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/phillipalexander/thirteen/issues"
},
"dependencies": {},
"devDependencies": {
"chai": "~3.5.0",
"grunt-contrib-jshint": "~1.0.0",
"grunt-contrib-watch": "~1.0.0",
"grunt": "~1.0.1",
"grunt-mocha-cli": "~2.1.0",
"grunt-complexity": "~0.3.0",
"grunt-cli": "~1.2.0"
}
}