Skip to content

Commit

Permalink
auto-formatting package
Browse files Browse the repository at this point in the history
  • Loading branch information
Diego Plentz committed Mar 2, 2015
1 parent 6838a8b commit e025326
Showing 1 changed file with 14 additions and 12 deletions.
26 changes: 14 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,30 +18,32 @@
"jquery": ">=1.6"
},
"npmName": "jquery-maskmoney",
"npmFileMap": [{
"basePath": "/dist/",
"files": [
"jquery.maskMoney.min.js"
]
}],
"npmFileMap": [
{
"basePath": "/dist/",
"files": [
"jquery.maskMoney.min.js"
]
}
],
"devDependencies": {
"amdefine": "latest",
"grunt": "latest",
"grunt-cli": "latest",
"grunt-contrib-concat": "latest",
"grunt-contrib-jshint": "latest",
"grunt-contrib-uglify": "latest",
"grunt-contrib-qunit": "latest",
"grunt-jquerymanifest": "latest",
"grunt-contrib-watch": "latest"
"grunt-contrib-uglify": "latest",
"grunt-contrib-watch": "latest",
"grunt-jquerymanifest": "latest"
},
"licenses": [
{
"type": "MIT",
"url": "https://raw.github.com/plentz/jquery-maskmoney/master/LICENSE"
}
],
"scripts": {
"test": "grunt test --verbose"
}
"scripts": {
"test": "grunt test --verbose"
}
}

0 comments on commit e025326

Please sign in to comment.