UNPKG

rttc

Version:

Runtime type-checking for JavaScript.

44 lines (43 loc) 994 B
{ "name": "rttc", "version": "10.0.1", "description": "Runtime type-checking for JavaScript.", "main": "index.js", "scripts": { "test": "node ./node_modules/mocha/bin/mocha --recursive -R dot", "browserify": "browserify -s rttc -o rttc.browser.js ./" }, "keywords": [ "type-checking", "validation", "static-analysis", "typed-javascript" ], "author": "The Sails Company", "contributors": [ "Mike McNeil <@mikermcneil>", "Scott Gress <@sgress454>", "Cody Stoltman <@particlebanana>", "Rachael Shaw <@rachaelshaw>", "Irl Nathan <@irlnathan>" ], "license": "MIT", "repository": { "type": "git", "url": "git://github.com/node-machine/rttc.git" }, "bugs": { "url": "http://github.com/node-machine/rttc/issues" }, "engines": { "node": ">= 0.10.0", "npm": ">= 1.4.0" }, "dependencies": { "@sailshq/lodash": "^3.10.2" }, "devDependencies": { "eslint": "3.19.0", "mocha": "6.1.3" } }