queen
Version:
A platform for running scripts on many browsers
32 lines (31 loc) • 563 B
JSON
{
"name": "its",
"version": "1.0.1",
"description": "Preconditions for safe coding",
"main": "index.js",
"scripts": {
"test": "grunt test"
},
"devDependencies": {
"grunt": "~0.3.15",
"grunt-hug": "~0.4.0",
"grunt-contrib-clean": "~0.3.1"
},
"repository": {
"type": "git",
"url": "https://github.com/ozanturgut/its.git"
},
"keywords": [
"test",
"it",
"its",
"is",
"assertion",
"assert",
"precondition"
],
"author": {
"name": "Ozan Turgut"
},
"licenses": [{"type": "MIT"}]
}