Skip to content

Commit

Permalink
Remove scripts, deps and main from package.json.
Browse files Browse the repository at this point in the history
  • Loading branch information
albertosantini committed May 15, 2016
1 parent e34edf6 commit 7f7f021
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,11 @@
"name": "associazionepoltronieri",
"version": "2.0.0",
"description": "Associazione Poltronieri",
"main": "Gruntfile.js",
"scripts": {
"grunt": "grunt",
"build": "enfield/bin/enfield.js build",
"serve": "enfield serve"
},
"keywords": [
"Associazione",
"Poltronieri"
],
"author": "Associazione Poltronieri",
"license": "MIT",
"homepage": "http://www.associazionepoltronieri.org",
"devDependencies": {
"grunt": "^0.4.5",
"grunt-cli": "^1.2.0",
"grunt-bootlint": "^0.3.0",
"grunt-html-validation": "^0.1.18"
}
"homepage": "http://www.associazionepoltronieri.org"
}

0 comments on commit 7f7f021

Please sign in to comment.