assertsjs
Version:
ECMA6 Module for Javascript type validations
39 lines (38 loc) • 931 B
JSON
{
"name": "assertsjs",
"version": "0.0.22",
"description": "ECMA6 Module for Javascript type validations",
"main": "./src/Asserts.js",
"scripts": {
"push": "git push origin master",
"prepublish": "npm run push",
"postupdate": "npm publish",
"update": "npm version patch",
"test": "jest",
"preupdate": "npm run test",
"help": "echo Use \"npm run update\" to raise the version and publish it, use \"npm run test\" to launch all the test"
},
"keywords": [
"ECMA6",
"module",
"asserts",
"javascript",
"type validations"
],
"author": "Luís Resco <luis.rebla@gmail.com>",
"license": "MIT",
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"repository": {
"type": "git",
"url": "https://github.com/LuisResco/assertsjs"
},
"dependencies": {
"jest-cli": "^14.1.0"
},
"engines": {
"node": "4.4.3",
"npm": "3.7.2"
}
}