marvel-names
Version:
Get random Marvel Names
32 lines (31 loc) • 694 B
JSON
{
"name": "marvel-names",
"version": "1.4.0",
"description": "Get random Marvel Names",
"main": "./src/index.js",
"scripts": {
"test": "mocha src/index.test.js -w"
},
"repository": {
"type": "git",
"url": "git+https://github.com/incacola/marvel.git"
},
"keywords": [
"random",
"Marvel",
"Names"
],
"author": "Felipe Israel Gil Gutierrez <felipe.gil.dev@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/incacola/marvel/issues"
},
"homepage": "https://github.com/incacola/marvel#readme",
"dependencies": {
"unique-random-array": "1.0.0"
},
"devDependencies": {
"chai": "3.5.0",
"mocha": "2.4.5"
}
}