UNPKG

renaissance-spa

Version:
38 lines (37 loc) 1.01 kB
{ "name": "renaissance-spa", "version": "0.2.5", "description": "renaissance spa adpater", "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-spa.git" }, "keywords": [ "renaissance", "spa", "adapter" ], "author": "frncsdrk", "license": "MIT", "bugs": { "url": "https://github.com/frncsdrk/renaissance-spa/issues" }, "homepage": "https://github.com/frncsdrk/renaissance-spa#readme", "devDependencies": { "@randomgoods/tap-spec": "^5.0.3", "coffeescript": "^2.7.0", "nyc": "^15.1.0", "renaissance": "^0.6.20", "tape": "^5.6.1" }, "dependencies": {} }