antic
Version:
37 lines (36 loc) • 776 B
JSON
{
"name": "antic",
"version": "1.15.1",
"description": "antics",
"preferGlobal": true,
"main": "index.js",
"bin": {
"antic": "index.js"
},
"scripts": {
"postversion": "git push && git push --tags",
"test": "./node_modules/mocha/bin/mocha",
"nodeversions": "node ./node_modules/autochecker/cli.js"
},
"repository": {
"type": "git",
"url": "git://github.com/atomantic/antic"
},
"keywords": [
"jokes",
"antics",
"one-liner"
],
"author": "Adam Eivy",
"license": "ISC",
"bugs": {
"url": "https://github.com/atomantic/antic/issues"
},
"homepage": "https://github.com/atomantic/antic",
"dependencies": {},
"devDependencies": {
"autochecker": "0.9.2",
"chai": "4.2.0",
"mocha": "3.1.2"
}
}