Skip to content

Commit

Permalink
v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
doug-martin committed Jul 18, 2014
1 parent 19720a1 commit 19b324d
Showing 1 changed file with 56 additions and 54 deletions.
110 changes: 56 additions & 54 deletions package.json
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"
}
}

0 comments on commit 19b324d

Please sign in to comment.