46 lines
1,018 B
JSON
46 lines
1,018 B
JSON
{
|
|
"name": "dot-object",
|
|
"description": "dot-object makes it possible to transform and read (JSON) objects using dot notation.",
|
|
"version": "1.1.0",
|
|
"author": {
|
|
"name": "Rob Halff",
|
|
"email": "rob.halff@gmail.com"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/rhalff/dot-object.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/rhalff/dot-object/issues"
|
|
},
|
|
"main": "index",
|
|
"bin": "./bin/dot-object",
|
|
"scripts": {
|
|
"test": "gulp test"
|
|
},
|
|
"devDependencies": {
|
|
"gulp": "^3.9.0",
|
|
"gulp-beautify": "^1.1.2",
|
|
"gulp-headerfooter": "^1.0.3",
|
|
"gulp-jscs": "^2.0.0",
|
|
"gulp-jshint": "^1.11.2",
|
|
"gulp-mocha": "^2.1.3",
|
|
"gulp-rename": "^1.2.2",
|
|
"gulp-uglify": "^1.2.0",
|
|
"gulp-util": "^3.0.6",
|
|
"jscs": "^2.0.0",
|
|
"jscs-jsdoc": "1.1.0",
|
|
"mocha": "2.x.x"
|
|
},
|
|
"keywords": [
|
|
"json",
|
|
"filter",
|
|
"transform",
|
|
"dot notation",
|
|
"dot"
|
|
],
|
|
"dependencies": {
|
|
"commander": "^2.8.1",
|
|
"glob": "^5.0.14"
|
|
}
|
|
}
|