UNPKG

craftingrecipes

Version:

recipes for crafting items with inventory and itempile

34 lines (33 loc) 624 B
{ "name": "craftingrecipes", "description": "recipes for crafting items with inventory and itempile", "version": "2.0.0", "main": "craftingrecipes.js", "repository": { "type": "git", "url": "git@github.com:deathcap/craftingrecipes.git" }, "keywords": [ "game", "items", "itempile", "inventory", "crafting", "recipes" ], "dependencies": { "itempile": "^2.0.0", "inventory": "^2.0.0" }, "devDependencies": { "browserify": "^8.1.3", "tape": "2.3.0" }, "scripts": { "test": "node test.js" }, "engines": [ "node >=6" ], "license": "MIT" }