UNPKG

landmark-utils

Version:

A useful library of utilities used by LandmarkJS

33 lines (32 loc) 733 B
{ "name": "landmark-utils", "version": "0.1.15", "description": "A useful library of utilities used by LandmarkJS", "main": "index.js", "repository": { "type": "git", "url": "https://github.com/RiversideLabs/landmark-utils.git" }, "keywords": [ "landmark", "landmarkjs" ], "dependencies": { "underscore": "~1.6.0", "html-stringify": "~0.0.1", "i": "~0.3.2" }, "devDependencies": { "mocha": ">= 1.19 < 2", "must": ">= 0.11 < 1" }, "author": "Mike Stecker", "license": "MIT", "readmeFilename": "README.md", "bugs": { "url": "https://github.com/RiversideLabs/landmark-utils/issues" }, "scripts": { "test": "./node_modules/.bin/mocha ./tests -R spec" } }