UNPKG

roots-records

Version:

dynamic content functionality for roots

47 lines (46 loc) 1.2 kB
{ "name": "roots-records", "version": "0.5.1", "author": "Carrot Creative <dev@carrotcreative.com>", "description": "dynamic content functionality for roots", "license": "MIT", "keywords": [ "roots-extension", "json", "records", "dynamic content" ], "repository": { "type": "git", "url": "https://github.com/carrot/roots-records.git" }, "main": "lib", "dependencies": { "lodash": "3.x", "rest": "1.x", "roots-util": "0.1.x", "when": "3.x" }, "devDependencies": { "chai": "3.x", "chai-fs": "jenius/chai-fs", "coffee-coverage": "^0.6.2", "coffee-script": "1.9.x", "coffeelint": "1.x", "coveralls": "2.x", "glob": "5.x", "istanbul": "0.3.x", "mocha": "2.x", "mocha-lcov-reporter": "0.0.2", "roots": "3.x" }, "scripts": { "test": "npm run lint && mocha", "lint": "find lib/ -name '*.coffee' | xargs coffeelint", "coverage": "istanbul cover _mocha --report html -- -R spec && open coverage/index.html", "coveralls": "istanbul cover _mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | coveralls && rm -rf ./coverage" }, "engines": { "node": ">=0.10.0" } }