This repository has been archived on 2020-11-02. You can view files and clone it, but cannot push or open issues or pull requests.
TripSit_Suite/node_modules/precond/package.json
2020-11-01 22:46:04 +00:00

27 lines
700 B
JSON

{
"name": "precond",
"description": "Precondition checking utilities.",
"version": "0.2.3",
"author": "Mathieu Turcotte <turcotte.mat@gmail.com>",
"keywords": ["precondition", "assert", "invariant", "contract", "condition"],
"repository": {
"type": "git",
"url": "https://github.com/MathieuTurcotte/node-precond.git"
},
"devDependencies": {
"nodeunit": "0.9",
"jshint": "2.5"
},
"scripts": {
"pretest": "node_modules/.bin/jshint lib/ examples/ index.js",
"test": "node_modules/.bin/nodeunit tests/"
},
"engines": {
"node": ">= 0.6"
},
"files": [
"index.js",
"lib"
]
}