UNPKG

grunt-sync-pkg

Version:

Minimalist Grunt plugin to sync only basic properties between package.json and bower.json

41 lines (40 loc) 945 B
{ "name": "grunt-sync-pkg", "description": "Minimalist Grunt plugin to sync only basic properties between package.json and bower.json", "version": "0.1.2", "homepage": "https://github.com/jonschlinkert/grunt-sync-pkg", "author": { "name": "Jon Schlinkert", "url": "https://github.com/jonschlinkert" }, "repository": { "type": "git", "url": "https://github.com/jonschlinkert/grunt-sync-pkg.git" }, "bugs": { "url": "https://github.com/jonschlinkert/grunt-sync-pkg/issues" }, "licenses": [ { "type": "MIT", "url": "https://github.com/jonschlinkert/grunt-sync-pkg/blob/master/LICENSE-MIT" } ], "main": "Gruntfile.js", "engines": { "node": ">= 0.8.0" }, "scripts": { "test": "grunt test" }, "dependencies": { "lodash": "~2.4.0" }, "devDependencies": { "grunt-contrib-jshint": "~0.6.0", "grunt": "~0.4.1" }, "keywords": [ "gruntplugin" ] }