-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
19720a1
commit 19b324d
Showing
1 changed file
with
56 additions
and
54 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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": "[email protected]", | ||
"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": "[email protected]", | ||
"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": "[email protected]", | ||
"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": "[email protected]", | ||
"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" | ||
} | ||
} |