Comparing version 0.6.7 to 0.7.0
{ | ||
"name": "annotate", | ||
"description": "Asserts your function invariants", | ||
"author": "Juho Vepsalainen <bebraw@gmail.com>", | ||
"version": "0.6.7", | ||
"dependencies": { | ||
"is-js": "== 0.1.1" | ||
}, | ||
"devDependencies": { | ||
"suite.js": "== 0.6.0", | ||
"funkit": "== 0.7.7" | ||
}, | ||
"scripts": { | ||
"test": "node ./lib/tests.js" | ||
}, | ||
"main": "./lib/annotate.js", | ||
"repository": { | ||
"type": "git", | ||
"url": "git@github.com:bebraw/annotate.git" | ||
}, | ||
"directories": { | ||
"lib": "./lib" | ||
}, | ||
"homepage": "https://github.com/bebraw/annotate", | ||
"bugs": { | ||
"url": "https://github.com/bebraw/annotate/issues" | ||
}, | ||
"keywords": ["testing", "utilities"], | ||
"licenses": [{ | ||
"type": "MIT", | ||
"url": "https://github.com/bebraw/annotate/blob/master/LICENSE" | ||
}] | ||
} | ||
"name": "annotate", | ||
"description": "Asserts your function invariants", | ||
"author": "Juho Vepsalainen <bebraw@gmail.com>", | ||
"version": "0.7.0", | ||
"dependencies": { | ||
"is-js": "== 0.1.1" | ||
}, | ||
"devDependencies": { | ||
"suite.js": "== 0.6.0", | ||
"funkit": "== 0.7.7" | ||
}, | ||
"scripts": { | ||
"test": "node ./lib/tests.js" | ||
}, | ||
"main": "./lib/annotate.js", | ||
"repository": { | ||
"type": "git", | ||
"url": "git@github.com:annojs/annotate.git" | ||
}, | ||
"directories": { | ||
"lib": "./lib" | ||
}, | ||
"homepage": "https://github.com/annojs/annotate", | ||
"bugs": { | ||
"url": "https://github.com/annojs/annotate/issues" | ||
}, | ||
"keywords": [ | ||
"testing", | ||
"utilities" | ||
], | ||
"licenses": [ | ||
{ | ||
"type": "MIT", | ||
"url": "https://github.com/annojs/annotate/blob/master/LICENSE" | ||
} | ||
] | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
12027