js-partial-default-of
Version:
A partial to handle default values.
59 lines (58 loc) • 1.46 kB
JSON
{
"name": "js-partial-default-of",
"version": "0.0.2",
"description": "A partial to handle default values.",
"main": "dist/js-partial-default-of.js",
"license": "MIT",
"homepage": "https://github.com/jsopenstd/js-partial-default-of#readme",
"repository": {
"type": "git",
"url": "git://github.com/jsopenstd/js-partial-default-of.git"
},
"bugs": {
"url": "https://github.com/jsopenstd/js-partial-default-of/issues"
},
"author": {
"name": "Richard King",
"email": "richrdkng@gmail.com",
"url": "https://github.com/richrdkng"
},
"scripts": {
"g": "node --harmony `which gulp` --gulpfile scripts/gulp/main.js",
"gulp": "npm run g",
"build": "npm run g -- tasks/build",
"test": "npm run g -- tasks/test",
"ci": "npm run g -- tasks/ci"
},
"dependencies": {},
"devDependencies": {
"assert": "^1.3.0",
"coveralls": "^2.11.9",
"del": "^2.2.0",
"gulp": "^3.9.1",
"gulp-coveralls": "^0.1.4",
"gulp-debug": "^2.1.2",
"gulp-eslint": "^3.0.1",
"gulp-header": "^1.8.8",
"gulp-istanbul": "^1.0.0",
"gulp-mocha": "^3.0.0",
"gulp-rename": "^1.2.2",
"gulp-sequence": "^0.4.5",
"gulp-uglify": "^2.0.0",
"merge2": "^1.0.2",
"semver": "^5.3.0"
},
"keywords": [
"js",
"partial",
"default",
"default-of",
"default-value",
"js-partial-default-of",
"jsopenstd",
"umd",
"amd",
"commonjs",
"browser"
]
}