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.
22 lines
432 B
22 lines
432 B
{
|
|
"name": "deprecate",
|
|
"version": "0.1.0",
|
|
"description": "Mark methods as deprecated and warn the user when they're called",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "mocha"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/brianc/node-deprecate.git"
|
|
},
|
|
"keywords": [
|
|
"deprecate"
|
|
],
|
|
"author": "Brian M. Carlson",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"mocha": "~1.8.1"
|
|
}
|
|
}
|