mirror of
https://github.com/sern-handler/website
synced 2026-06-20 06:42:23 +00:00
34 lines
692 B
JSON
34 lines
692 B
JSON
{
|
|
"name": "not",
|
|
"version": "0.1.0",
|
|
"description": "Returns the negation of a function",
|
|
"keywords": [],
|
|
"author": "Raynos <raynos2@gmail.com>",
|
|
"repository": "git://github.com/Raynos/not.git",
|
|
"main": "index",
|
|
"homepage": "https://github.com/Raynos/not",
|
|
"contributors": [
|
|
{
|
|
"name": "Jake Verbaten"
|
|
}
|
|
],
|
|
"bugs": {
|
|
"url": "https://github.com/Raynos/not/issues",
|
|
"email": "raynos2@gmail.com"
|
|
},
|
|
"dependencies": {
|
|
},
|
|
"devDependencies": {
|
|
"tap": "~0.3.1"
|
|
},
|
|
"licenses": [
|
|
{
|
|
"type": "MIT",
|
|
"url": "http://github.com/Raynos/not/raw/master/LICENSE"
|
|
}
|
|
],
|
|
"scripts": {
|
|
"test": "tap --stderr --tap ./test"
|
|
}
|
|
}
|