isaacs
Version:
Your very own isaacs.
56 lines (55 loc) • 1.09 kB
JSON
{
"name": "isaacs",
"version": "1.0.1",
"description": "Your very own isaacs.",
"main": "index.js",
"files": [
"bin/*.js",
"index.js",
"logs.txt"
],
"bin": {
"isaacs": "bin/cli.js",
"isaacsay": "bin/say.js"
},
"directories": {
"lib": ".",
"example": "example"
},
"dependencies": {
"csv-parse": "^4.9.0",
"markov": "0.0.6",
"optimist": "0.2.x"
},
"scripts": {
"postversion": "npm publish",
"prepublishOnly": "git push origin --follow-tags",
"regen": "node parse-tweets.js > tweets.txt",
"postregen": "cat tweets.txt irc.txt > logs.txt"
},
"repository": {
"type": "git",
"url": "http://github.com/substack/node-isaacs.git"
},
"keywords": [
"isaac",
"z",
"schlueter",
"markov",
"impersonation",
"crude",
"digital",
"clone",
"brain upload",
"a sign of things to come"
],
"author": {
"name": "James Halliday",
"email": "mail@substack.net",
"url": "http://substack.net"
},
"license": "MIT/X11",
"engine": {
"node": ">=0.4"
}
}