make-object
Version:
MakeObject - A complete useless library for doing something you never wanted to do using a method that is poorly thought out.
35 lines (34 loc) • 787 B
JSON
{
"name": "make-object",
"version": "0.0.1",
"description": "MakeObject - A complete useless library for doing something you never wanted to do using a method that is poorly thought out.",
"main": "make-object.js",
"repository": {
"type": "git",
"url": "git://github.com/imbcmdth/make-objectgit"
},
"keywords": [
"make object",
"php",
"specifier",
"why would someone do this?",
"bad idea",
"terrible",
"don't hate me"
],
"devDependencies": {
"vows": "0.7.x"
},
"author": {
"name": "Jon-Carlos Rivera",
"email": "jon.carlos.rivera@gmail.com",
"url": "http://jon-carlos.com"
},
"scripts": {
"test": "vows"
},
"license": "MIT",
"engine": {
"node": ">=0.6.x"
}
}