UNPKG

sirenlint

Version:

A lint tool for validating Siren (http://sirenspec.org).

38 lines (37 loc) 796 B
{ "name": "sirenlint", "version": "0.5.0", "description": "A lint tool for validating Siren (http://sirenspec.org).", "main": "validate.js", "directories": { "example": "example", "test": "test" }, "scripts": { "test": "tape ./test/*.js" }, "bin": { "sirenlint": "./bin/sirenlint" }, "keywords": [ "siren", "lint", "validate" ], "author": "Kevin Swiber <kswiber@gmail.com>", "license": "MIT", "dependencies": { "jsonlint": "^1.6.2" }, "devDependencies": { "tape": "^4.4.0" }, "repository": { "type": "git", "url": "git+https://github.com/kevinswiber/sirenlint.git" }, "bugs": { "url": "https://github.com/kevinswiber/sirenlint/issues" }, "homepage": "https://github.com/kevinswiber/sirenlint#readme" }