Skip to content

Commit

Permalink
Add license and coffeelint dep
Browse files Browse the repository at this point in the history
  • Loading branch information
automata committed Oct 5, 2015
1 parent 4a3d857 commit 7dd80ac
Showing 1 changed file with 7 additions and 11 deletions.
18 changes: 7 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,24 +10,20 @@
"type": "git",
"url": "git://github.com/the-grid/gmr-saliency.git"
},
"licenses": [
{
"type": "BSD",
"url": "http://opensource.org/licenses/BSD-3-Clause"
}
],
"license": "BSD-3-Clause",
"devDependencies": {
"chai": "1.9.2",
"coffeelint": "^1.12.1",
"grunt": "0.4.5",
"grunt-cli": "0.1.13",
"grunt-cafe-mocha": "0.1.13",
"grunt-cli": "0.1.13",
"grunt-coffeelint": "0.0.13",
"grunt-contrib-coffee": "0.12.0",
"grunt-contrib-symlink": "0.3.0",
"grunt-contrib-watch": "0.6.1",
"grunt-noflo-manifest": "0.1.11",
"mocha": "1.21.5",
"grunt-node-gyp": "0.5.0",
"grunt-contrib-symlink": "0.3.0"
"grunt-noflo-manifest": "0.1.11",
"mocha": "1.21.5"
},
"dependencies": {
"noflo": "0.5.14",
Expand Down Expand Up @@ -57,4 +53,4 @@
"saliency": "build/Release/saliency"
},
"main": "build/Release/saliency"
}
}

0 comments on commit 7dd80ac

Please sign in to comment.