UNPKG

renaissance-underscore-template

Version:
37 lines (36 loc) 1.08 kB
{ "name": "renaissance-underscore-template", "version": "0.1.8", "description": "renaissance adapter to use underscore templates", "main": "dist/Adapter.js", "scripts": { "build": "npm run build:compile", "build:compile": "coffee -c -t -m -o dist/ src/", "test": "npm run test:raw | tap-spec", "test:compile": "coffee -c -t -o test/js test/", "test:nyc": "npm run test:compile && nyc npm test", "test:raw": "npm run test:compile && tape test/js/**/*.js" }, "repository": { "type": "git", "url": "git+https://github.com/frncsdrk/renaissance-underscore-template.git" }, "keywords": [ "renaissance", "underscore", "template" ], "author": "frncsdrk", "license": "MIT", "bugs": { "url": "https://github.com/frncsdrk/renaissance-underscore-template/issues" }, "homepage": "https://github.com/frncsdrk/renaissance-underscore-template#readme", "devDependencies": { "@randomgoods/tap-spec": "^5.0.3", "coffeescript": "^2.7.0", "nyc": "^15.1.0", "renaissance": "^0.6.20", "tape": "^5.6.1" } }