assert-types
Version:
A small JavaScript library for arguments assertion
67 lines (66 loc) • 1.57 kB
JSON
{
"name": "assert-types",
"version": "0.2.1",
"title": "assert-types.js",
"homepage": "https://github.com/suevalov/assert-types.js",
"description": "A small JavaScript library for arguments assertion",
"author": {
"name": "Alexander Suevalov",
"url": "http://suevalov.com",
"email": "suevalov.me@gmail.com"
},
"repository": {
"type": "git",
"url": "https://github.com/suevalov/assert-types.js"
},
"main": "src/assert-types.js",
"keywords": [
"util",
"assert",
"types",
"nodejs",
"client",
"browser",
"server"
],
"bugs": {
"url": "http://github.com/suevalov/assert-types.js/issues"
},
"licenses": [
{
"type": "MIT",
"url": "http://github.com/suevalov/assert-types.js/blob/master/LICENSE"
}
],
"dependencies": {
"underscore": "~1.6.0"
},
"devDependencies": {
"grunt": "~0.4.4",
"bower": "~1.3.9",
"grunt-notify": "~0.2.7",
"grunt-contrib-uglify": "~0.2.1",
"matchdep": "~0.1.2",
"karma": "0.12.21",
"karma-chrome-launcher": "~0.1.4",
"karma-phantomjs-launcher": "~0.1.4",
"karma-firefox-launcher": "~0.1.3",
"karma-safari-launcher": "~0.1.1",
"karma-opera-launcher": "~0.1.0",
"karma-ie-launcher": "~0.1.5",
"mocha": "~1.21.4",
"karma-mocha": "~0.1.7",
"chai": "~1.9.1",
"karma-chai": "~0.1.0",
"grunt-simple-mocha": "~0.4.0",
"grunt-karma": "~0.8.3"
},
"engines": {
"node": ">=0.10.17",
"npm": ">=1.3.8"
},
"scripts": {
"build": "grunt",
"test": "grunt test"
}
}