Skip to content

Commit

Permalink
Merge pull request #86 from ivuorinen/master
Browse files Browse the repository at this point in the history
package.json fixes
  • Loading branch information
kevinchappell committed Mar 15, 2016
2 parents ddb2981 + 65e43c8 commit 8749b74
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "formBuilder",
"version": "1.9.0",
"main": [
"dist/*"
],
"main": "dist/form-builder.min.js",
"homepage": "http://kevinchappell.github.io/formBuilder/",
"repository": "kevinchappell/formBuilder",
"authors": [
"repository": "http://github.com/kevinchappell/formBuilder",
"author": [
"Kevin Chappell <[email protected]>"
],
"contributors": [],
"bugs": "https://github.com/kevinchappell/formBuilder/issues",
"description": "A jQuery plugin for drag and drop form building",
"keywords": [
"jquery-plugin",
Expand Down Expand Up @@ -56,6 +56,7 @@
"prestart": "npm update",
"test": "gulp test"
},
"dependencies": {},
"devDependencies": {
"babel-core": "^5.8.25",
"browser-sync": "^2.8.0",
Expand All @@ -78,5 +79,6 @@
"gulp-tag-version": "^1.3.0",
"gulp-uglify": "^1.2.0",
"jshint-stylish": "^2.0.1"
}
},
"engines": {}
}

0 comments on commit 8749b74

Please sign in to comment.