diff --git a/package.json b/package.json index efe4f18..5a401a5 100644 --- a/package.json +++ b/package.json @@ -1,58 +1,60 @@ { - "name": "grunt-link", - "description": "Grunt task to handle the linking of local dependencies", - "version": "0.2.0", - "homepage": "http://doug-martin.github.com/grunt-link", - "author": { - "name": "Doug Martin", - "email": "doug@dougamartin.com", - "url": "http://blog.dougamartin.com" + "name": "grunt-link", + "description": "Grunt task to handle the linking of local dependencies", + "version": "0.2.0", + "homepage": "http://doug-martin.github.com/grunt-link", + "author": { + "name": "Doug Martin", + "email": "doug@dougamartin.com", + "url": "http://blog.dougamartin.com" + }, + "contributors": [ + { + "name": "Nick Nisi", + "url": "http://nicknisi.com" }, - "contributors": [ - { - "name": "Nick Nisi", - "url": "http://nicknisi.com" - },{ - "name": "Russell Madsen", - "email": "russell@madsendev.com", - "url": "http://madsendev.com" - } - ], - "repository": { - "type": "git", - "url": "doug-martin/grunt-link.git" - }, - "bugs": { - "url": "" - }, - "licenses": [ - { - "type": "MIT", - "url": "http://doug-martin.github.com/grunt-link/blob/master/LICENSE-MIT" - } - ], - "main": "Gruntfile.js", - "engines": { - "node": "*" - }, - "scripts": { - "test": "grunt test" - }, - "peerDependencies": { - "grunt": "~0.4.0" - }, - "devDependencies": { - "grunt": "~0.4.0", - "grunt-contrib-nodeunit": "~0.1.2", - "grunt-contrib-jshint": "~0.2.0" - }, - "keywords": [ - "gruntplugin", - "npm", - "link" - ], - "dependencies": { - "comb": "~0.2.1", - "rimraf": "~2.1.1" + { + "name": "Russell Madsen", + "email": "russell@madsendev.com", + "url": "http://madsendev.com" + } + ], + "repository": { + "type": "git", + "url": "doug-martin/grunt-link.git" + }, + "bugs": { + "url": "" + }, + "licenses": [ + { + "type": "MIT", + "url": "http://doug-martin.github.com/grunt-link/blob/master/LICENSE-MIT" } + ], + "main": "Gruntfile.js", + "engines": { + "node": "*" + }, + "scripts": { + "test": "grunt test" + }, + "peerDependencies": { + "grunt": "~0.4.0" + }, + "devDependencies": { + "grunt": "~0.4.0", + "grunt-contrib-nodeunit": "~0.1.2", + "grunt-contrib-jshint": "~0.2.0" + }, + "keywords": [ + "gruntplugin", + "npm", + "link" + ], + "dependencies": { + "comb": "~0.2.1", + "rimraf": "~2.1.1", + "npm": "^1.4.21" + } }