package.json
{
"author": {
"name": "Michahell",
"email": "maggelo@gmail.com",
"url": "http://www.powergeek.nl/"
},
"name": "pinbored",
"description": "a bookmark management app built around the Pinboard.in REST service.",
"version": "0.3.4",
"bugs": {
"url": "https://github.com/michahell/pinbored-nwjs/issues",
"email": "maggelo@gmail.com"
},
"repository": {
"type": "git",
"url": "https://github.com/michahell/pinbored-nwjs.git"
},
"private": true,
"devDependencies": {
"grunt": "^0.4.5",
"grunt-bowercopy": "^1.2.4",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-copy": "^0.8.2",
"grunt-contrib-cssmin": "^0.14.0",
"grunt-contrib-uglify": "^0.11.1",
"grunt-htmlclean": "^2.7.6",
"grunt-karma": "^0.12.1",
"grunt-nw-builder": "^2.0.0",
"grunt-open": "^0.2.3",
"grunt-preprocess": "^5.0.1",
"grunt-purifycss": "^0.1.1",
"grunt-shell": "^1.1.2",
"install": "^0.4.4",
"jasmine-core": "^2.4.1",
"jshint": "^2.9.1",
"karma": "^0.13.21",
"karma-coverage": "^0.5.3",
"karma-htmlfile-reporter": "^0.2.2",
"karma-jasmine": "^0.3.7",
"karma-mocha-reporter": "^1.1.5",
"karma-nodewebkit-launcher": "0.0.12",
"karma-nyan-reporter": "^0.2.3",
"load-grunt-tasks": "^3.4.0"
}
}