You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

27 lines
651 B
JSON

{
"name": "default-value",
"version": "1.0.0",
"description": "Lets you easily define a default value for undefined options, with optional support for Promises",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "http://git.cryto.net/joepie91/node-default-value.git"
},
"keywords": [
"default"
],
"author": "Sven Slootweg",
"license": "WTFPL",
"dependencies": {
"es6-promise-try": "0.0.1"
},
"devDependencies": {
"@joepie91/gulp-preset-es2015": "^1.0.1",
"babel-preset-es2015": "^6.6.0",
"gulp": "^3.9.1"
}
}