Skip to content

Commit

Permalink
reorganizing package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
charlieroberts committed Jun 3, 2020
1 parent ab0c0e3 commit 83c6e53
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,22 +8,26 @@
},
"devDependencies": {
"babelify": "^7.2.0",
"big.js": "^3.1.3",
"browserify": "^16.5.1",
"genish.js": "^0.2.6",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-buffer": "^0.0.2",
"gulp-gzip": "^1.4.2",
"gulp-rename": "^1.2.2",
"gulp-uglify-es": "^1.0.4",
"memory-helper": "^1.1.0",
"serialize-javascript": "^3.1.0",
"uglify-es": "^3.3.9",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^1.1.0",
"gulp-clean": "^0.4.0"
},
"dependencies": {
"genish.js": "^0.2.6",
"memory-helper": "^1.1.0",
"big.js": "^3.1.3",
"serialize-javascript": "^3.1.0",
"tidal.pegjs": "0.0.6",
"codemirror": "^5.47.0"
},
"repository": {
"type": "git",
"url": "https://github.com/gibber-cc/gibberish"
Expand All @@ -45,8 +49,5 @@
"bugs": {
"url": "https://github.com/gibber-cc/gibberish/issues"
},
"homepage": "http://www.charlie-roberts.com/gibberish",
"dependencies": {
"codemirror": "^5.47.0"
}
"homepage": "http://www.charlie-roberts.com/gibberish"
}

0 comments on commit 83c6e53

Please sign in to comment.