UNPKG

node-matrix-url

Version:

A helper library for working with Squiz Matrix URLs

33 lines (32 loc) 756 B
{ "name": "node-matrix-url", "version": "0.2.0", "description": "A helper library for working with Squiz Matrix URLs", "main": "index.js", "scripts": { "test": "tape test/*.js" }, "repository": { "type": "git", "url": "https://github.com/joshgillies/node-matrix-url.git" }, "keywords": [ "squiz", "mysource", "matrix" ], "author": "Josh Gillies <npm@joshgilli.es> (http://joshgilli.es/)", "license": "MIT", "bugs": { "url": "https://github.com/joshgillies/node-matrix-url/issues" }, "homepage": "https://github.com/joshgillies/node-matrix-url", "dependencies": { "xtend": "^4.0.0" }, "devDependencies": { "jshint": "^2.5.8", "precommit-hook": "^1.0.7", "tape": "^3.0.1" } }