UNPKG

dnd5-spells

Version:

Dungeon & Dragons 5e spells as a node module

39 lines (38 loc) 957 B
{ "author": "Pixelastic <tim@pixelastic.com>", "description": "Dungeon & Dragons 5e spells as a node module", "keywords": [ "spells", "dnd", "d&d", "dungeons and dragons", "5e" ], "devDependencies": { "aberlaas": "0.1.6", "firost": "0.6.0", "golgoth": "^0.1.4" }, "license": "MIT", "files": [ "build/" ], "main": "build/index.js", "name": "dnd5-spells", "repository": "git@github.com:pixelastic/dnd5-spells.git", "scripts": { "build": "./scripts/build", "build:watch": "./scripts/build-watch", "lint": "./scripts/lint", "lint:fix": "./scripts/lint-fix", "lint:js": "./scripts/lint-js", "lint:js:fix": "./scripts/lint-js-fix", "lint:json": "./scripts/lint-json", "lint:json:fix": "./scripts/lint-json-fix", "release": "./scripts/release", "test": "./scripts/test", "test:watch": "./scripts/test-watch" }, "version": "0.2.1", "dependencies": {} }