brototype
Version:
Bro, do you even Javascript?
24 lines (23 loc) • 508 B
JSON
{
"name": "brototype",
"version": "0.0.6",
"description": "Bro, do you even Javascript?",
"main": "brototype.js",
"scripts": {
"test": "mocha tests.js"
},
"repository": {
"type": "git",
"url": "https://github.com/letsgetrandy/brototype.git"
},
"author": "Randy Hunt",
"license": "MIT",
"bugs": {
"url": "https://github.com/letsgetrandy/brototype/issues"
},
"homepage": "http://brototypejs.com",
"dependencies": {},
"devDependencies": {
"mocha": "~2.2"
}
}