UNPKG

dynamic-content

Version:
42 lines (41 loc) 1.15 kB
{ "name": "dynamic-content", "version": "0.2.1", "author": "Carrot Creative <dev@carrotcreative.com>", "description": "dynamic content functionality for roots", "license": "MIT", "keywords": [ "roots-extension", "dynamic content" ], "repository": { "type": "git", "url": "https://github.com/carrot/roots-dynamic-content.git" }, "main": "lib", "dependencies": { "lodash": "3.x", "js-yaml": "3.x", "when": "3.x" }, "devDependencies": { "coffee-script": "1.9.x", "mocha": "2.x", "should": "*", "coffeelint": "*", "istanbul": "*", "mocha-lcov-reporter": "*", "coveralls": "*", "roots": "3.x", "roots-util": "0.1.x" }, "scripts": { "test": "npm run lint && mocha", "lint": "find lib/ -name '*.coffee' | xargs coffeelint", "coverage": "make build; istanbul cover _mocha --report html -- -R spec && open coverage/index.html && make unbuild", "coveralls": "make build; istanbul cover _mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | coveralls && rm -rf ./coverage; make unbuild" }, "engines": { "node": ">=0.10.0" } }