ecto1
Version:
I ain't afraid of no ghosts!
27 lines (26 loc) • 554 B
JSON
{
"name": "ecto1",
"version": "0.0.1",
"description": "I ain't afraid of no ghosts!",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jhiner/ecto1.git"
},
"keywords": [
"useless"
],
"author": "Justin Hinerman <hinerman@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/jhiner/ecto1/issues"
},
"homepage": "https://github.com/jhiner/ecto1#readme",
"devDependencies": {
"chai": "^4.1.2",
"mocha": "^5.2.0"
}
}