package.json added

This commit is contained in:
Matias Alejo Garcia 2014-01-06 12:22:39 -03:00
parent d03d8180a7
commit 77db6a3d25
1 changed files with 33 additions and 0 deletions

33
package.json Normal file
View File

@ -0,0 +1,33 @@
{
"name": "mystery",
"version": "0.0.1",
"private": true,
"dependencies": {
},
"author": {
"name": "Ryan X Charles",
"email": "ryan@bitpay.com"
},
"repository": "git://github.com/bitpay/mystery.git",
"contributors": [{
"name": "Matias Alejo Garcia",
"email": "ematiu@gmail.com"
}],
"bugs": {
"url": "https://github.com/bitpay/mystery/issues"
},
"homepage": "https://github.com/bitpay/mystery",
"license": "MIT",
"keywords": [
"mystery",
"secret",
"enigma",
"riddle",
"mystification",
"puzzle",
"conundrum"
],
"engines": {
"node": "*"
}
}