dm-lookup
Version:
Obtain card data for Marvel Dice Masters™
44 lines (43 loc) • 854 B
JSON
{
"name": "dm-lookup",
"version": "1.1.7",
"description": "Obtain card data for Marvel Dice Masters™",
"license": "ISC",
"author": {
"name": "Andrea Stella",
"email": "adr.stella@gmail.com"
},
"main": "dm-lookup.js",
"keywords": [
"dicemastersrules",
"dicemasters",
"dicemaster",
"marvel",
"cards",
"tcg"
],
"repository": {
"type": "git",
"url": "https://github.com/mccxiv/dm-lookup"
},
"dependencies": {
"cheerio": "0.18.0",
"q": "1.1.2",
"request": "2.51.0",
"underscore": "1.7.0"
},
"devDependencies": {
"chai": "~1.10.0",
"chai-as-promised": "~4.1.1",
"jshint": "~2.5.11",
"mocha": "~2.1.0",
"validator": "~3.26.0"
},
"scripts": {
"test": "mocha test/",
"lint": "jshint dm-lookup.js"
},
"jshintConfig": {
"node": true
}
}