UNPKG

rfc6570-expand

Version:

A template processor for RFC 6570 URI Template

65 lines (64 loc) 1.59 kB
{ "name": "rfc6570-expand", "description": "A template processor for RFC 6570 URI Template", "version": "0.2.0", "author": { "name": "bouzuya", "email": "m@bouzuya.net", "url": "http://bouzuya.net/" }, "bugs": { "url": "https://github.com/bouzuya/rfc6570-expand/issues" }, "devDependencies": { "cpx": "1.5.0", "eater": "3.1.0", "eater-b-reporter": "0.2.0", "espower-loader": "1.0.1", "npm-run-all": "3.1.0", "parallelshell": "2.0.0", "power-assert": "1.4.1", "rimraf": "2.5.4", "typescript": "1.8.10", "typings": "1.3.3", "watch": "0.19.2" }, "eater": { "dir": "./.tmp/test", "reporter": "eater-b-reporter", "require": [ "./scripts/enable-power-assert.js" ] }, "files": [ "lib/" ], "homepage": "https://github.com/bouzuya/rfc6570-expand", "keywords": [ "6570", "RFC 6570", "rfc", "template", "uri" ], "license": "MIT", "main": "lib/index.js", "repository": { "type": "git", "url": "https://github.com/bouzuya/rfc6570-expand.git" }, "scripts": { "build": "npm-run-all -s 'build:ts' 'copy'", "build:ts": "tsc", "clean": "rimraf .tmp lib", "copy": "cpx '.tmp/src/*' 'lib/'", "install:dts": "typings install", "prepublish": "npm-run-all -s 'install:dts' 'build'", "test": "eater", "watch": "npm-run-all -p 'watch:*'", "watch:copy": "watch --wait 2 'npm run copy' '.tmp/src/'", "watch:test": "watch --wait 2 'npm test' '.tmp/test/'", "watch:ts": "tsc --watch" }, "typings": "lib/index.d.ts" }