UNPKG

fallout4-bobbleheads

Version:

Get fallout4 bobblehead locations and descriptions.

28 lines (27 loc) 614 B
{ "name": "fallout4-bobbleheads", "version": "1.0.0-beta.0", "description": "Get fallout4 bobblehead locations and descriptions.", "main": "src/index.js", "scripts": { "test": "mocha src/index.test.js -w" }, "repository": { "type": "git", "url": "git@pop42.github.com:aaron-pop42/fallout4-bobbleheads.git" }, "keywords": [ "fallout4", "bobbleheads", "locations" ], "author": "Aaron Thomas <aaron@pop42.com> (http://pop42.com/)", "license": "MIT", "dependencies": { "lodash": "4.14.1" }, "devDependencies": { "chai": "3.5.0", "mocha": "3.0.1" } }