namegame
Version:
A library to play a name guessing game
28 lines (27 loc) • 566 B
JSON
{
"name": "namegame",
"version": "1.1.1",
"description": "A library to play a name guessing game",
"main": "src/index.js",
"scripts": {
"test": "jasmine"
},
"repository": {
"type": "git",
"url": "https://github.com/tommcgee/NameGame.git"
},
"keywords": [
"name",
"game"
],
"author": "Tom McGee",
"bugs": {
"url": "https://github.com/tommcgee/NameGame/issues"
},
"homepage": "https://github.com/tommcgee/NameGame",
"license": "ISC",
"devDependencies": {
"jasmine": "^3.1.0",
"requirejs": "^2.3.5"
}
}