UNPKG

rijs.pages

Version:

[![Coverage Status](https://coveralls.io/repos/rijs/pages/badge.svg?branch=master&service=github)](https://coveralls.io/github/rijs/pages?branch=master) [![Build Status](https://travis-ci.org/rijs/pages.svg)](https://travis-ci.org/rijs/pages)

35 lines (34 loc) 992 B
{ "name": "rijs.pages", "version": "1.3.0", "main": "index", "browser": "./node_modules/utilise/identity.js", "author": "Pedram Emrouznejad (https://github.com/pemrouz)", "repository": { "type": "git", "url": "git://github.com/rijs/pages.git" }, "scripts": { "test": "istanbul test ./node_modules/mocha/bin/_mocha --report html -- -R spec", "coverage": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && rm -rf ./coverage", "cov": "istanbul cover ./node_modules/mocha/bin/_mocha -- -R spec", "version": "git add -A", "postversion": "git push && git push --tags" }, "license": "pemrouz.mit-license.org", "devDependencies": { "chai": "*", "coveralls": "*", "istanbul": "*", "mocha": "*", "mocha-lcov-reporter": "*", "rijs": "*", "supertest": "^1.0.1" }, "dependencies": { "compression": "^1.6.2", "express": "^4.16.2", "serve-static": "^1.13.1", "utilise": "*" } }