You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
518 B
26 lines
518 B
2 years ago
|
{
|
||
|
"name": "stubs",
|
||
|
"version": "3.0.0",
|
||
|
"description": "Easy method stubber.",
|
||
|
"main": "index.js",
|
||
|
"scripts": {
|
||
|
"test": "node ./test"
|
||
|
},
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/stephenplusplus/stubs"
|
||
|
},
|
||
|
"keywords": [
|
||
|
"stubs"
|
||
|
],
|
||
|
"author": "Stephen Sawchuk",
|
||
|
"license": "MIT",
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/stephenplusplus/stubs/issues"
|
||
|
},
|
||
|
"homepage": "https://github.com/stephenplusplus/stubs",
|
||
|
"devDependencies": {
|
||
|
"tess": "^1.0.0"
|
||
|
}
|
||
|
}
|