Skip to content

Commit

Permalink
Bumped to 0.2.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
chgibb committed Aug 27, 2017
1 parent a70f348 commit 241e8dc
Showing 1 changed file with 84 additions and 84 deletions.
168 changes: 84 additions & 84 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,89 +1,89 @@
{
"name": "phat",
"version": "0.1.1-beta.4",
"description": "Pathogen Host Analysis Tool",
"main": "main.js",
"scripts": {
"test": "bash scripts/runtests.bash"
},
"author": {
"name": "Chris Gibb",
"email": "[email protected]",
"url": "[email protected]"
},
"contributors": [
{
"name": "Mitchell Pynn",
"email": "[email protected]",
"url": "https://mitchellpynn.com"
"name": "phat",
"version": "0.2.0-beta.1",
"description": "Pathogen Host Analysis Tool",
"main": "main.js",
"scripts": {
"test": "bash scripts/runtests.bash"
},
{
"name": "Shane Liu",
"email": "shane@email.com",
"url": "shane@website.com"
"author": {
"name": "Chris Gibb",
"email": "gibb@email.com",
"url": "gibb@website.com"
},
{
"name": "Jeremy Braun",
"email": "[email protected]",
"url": "[email protected]"
"contributors": [
{
"name": "Mitchell Pynn",
"email": "[email protected]",
"url": "https://mitchellpynn.com"
},
{
"name": "Shane Liu",
"email": "[email protected]",
"url": "[email protected]"
},
{
"name": "Jeremy Braun",
"email": "[email protected]",
"url": "[email protected]"
}
],
"license": "GPL-3.0",
"repository": {
"type": "git",
"url": "https://github.com/chgibb/PHAT"
},
"bugs": {
"url": "https://github.com/chgibb/PHAT/issues",
"email": "[email protected]"
},
"homepage": "",
"devDependencies": {
"@chgibb/angularplasmid": "^1.0.5",
"@chgibb/ng-node-compile": "^1.0.6",
"@claviska/jquery-minicolors": "^2.2.6",
"@types/fs-extra": "0.0.37",
"@types/jquery": "^2.0.40",
"@types/mkdirp": "^0.3.29",
"@types/node": "8.0.17",
"@types/rimraf": "0.0.28",
"angular": "^1.6.1",
"bootstrap": "3.3.7",
"browserify": "^13.1.0",
"bundle-collapser": "^1.2.1",
"dialogs": "^1.1.19",
"electron": "1.6.11",
"electron-builder": "^19.8.0",
"electron-ipc-stream": "^0.2.0",
"electron-packager": "8.7.2",
"electron-squirrel-startup": "^1.0.0",
"electron-winstaller": "^2.5.2",
"fs-backwards-stream": "0.0.0",
"fs-extra": "^2.0.0",
"github-api": "^3.0.0",
"github-releases": "^0.3.2",
"grunt": "^1.0.1",
"gunzip-maybe": "^1.4.0",
"jquery": "^3.1.1",
"jsdoc": "^3.4.3",
"jsonfile": "^2.4.0",
"minimist": "^1.2.0",
"mkdirp": "^0.5.1",
"nwsjs": "^0.2.0",
"optimize-js": "^1.0.3",
"rimraf": "^2.6.1",
"semi": "^4.0.5",
"semver": "^5.3.0",
"tar-fs": "^1.15.2",
"tar-stream": "^1.5.2",
"tether": "^1.4.0",
"typescript": "^2.2.1",
"uglify-es": "3.0.4",
"uuid": "^3.0.1",
"walk": "^2.3.9"
},
"dependencies": {},
"optionalDependencies": {
"electron-installer-debian": "^0.5.2"
}
],
"license": "GPL-3.0",
"repository": {
"type": "git",
"url": "https://github.com/chgibb/PHAT"
},
"bugs": {
"url": "https://github.com/chgibb/PHAT/issues",
"email": "[email protected]"
},
"homepage": "",
"devDependencies": {
"@chgibb/angularplasmid": "^1.0.5",
"@chgibb/ng-node-compile": "^1.0.6",
"@claviska/jquery-minicolors": "^2.2.6",
"@types/fs-extra": "0.0.37",
"@types/jquery": "^2.0.40",
"@types/mkdirp": "^0.3.29",
"@types/node": "8.0.17",
"@types/rimraf": "0.0.28",
"angular": "^1.6.1",
"bootstrap": "3.3.7",
"browserify": "^13.1.0",
"bundle-collapser": "^1.2.1",
"dialogs": "^1.1.19",
"electron": "1.6.11",
"electron-builder": "^19.8.0",
"electron-ipc-stream": "^0.2.0",
"electron-packager": "8.7.2",
"electron-squirrel-startup": "^1.0.0",
"electron-winstaller": "^2.5.2",
"fs-backwards-stream": "0.0.0",
"fs-extra": "^2.0.0",
"github-api": "^3.0.0",
"github-releases": "^0.3.2",
"grunt": "^1.0.1",
"gunzip-maybe": "^1.4.0",
"jquery": "^3.1.1",
"jsdoc": "^3.4.3",
"jsonfile": "^2.4.0",
"minimist": "^1.2.0",
"mkdirp": "^0.5.1",
"nwsjs": "^0.2.0",
"optimize-js": "^1.0.3",
"rimraf": "^2.6.1",
"semi": "^4.0.5",
"semver": "^5.3.0",
"tar-fs": "^1.15.2",
"tar-stream": "^1.5.2",
"tether": "^1.4.0",
"typescript": "^2.2.1",
"uglify-es": "3.0.4",
"uuid": "^3.0.1",
"walk": "^2.3.9"
},
"dependencies": {},
"optionalDependencies": {
"electron-installer-debian": "^0.5.2"
}
}

0 comments on commit 241e8dc

Please sign in to comment.