-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
90 additions
and
203 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,62 +1,62 @@ | ||
{ | ||
"title": "InterMine Data Brpwser", | ||
"name": "intermine-data-browser", | ||
"version": "1.1.0", | ||
"description": "A web-based data browser for InterMine", | ||
"homepage": "https://github.com/InterMine/InterMine-Data-Browser-Tool", | ||
"bugs": { | ||
"url": "https://github.com/InterMine/InterMine-Data-Browser-Tool/issues", | ||
"email": "adrianrodriguezbazaga@gmail.com" | ||
}, | ||
"scripts": { | ||
"start": "gulp & node ./bin/www", | ||
"dev": "gulp && webpack --config webpack.config.js", | ||
"test": "mocha --timeout 100000" | ||
}, | ||
"author": "Adrian Rodriguez-Bazaga", | ||
"contributors": [ | ||
"Yo Yehudi", | ||
"Rachel Lyne", | ||
"LarkhSingla", | ||
"Divyanshu Mahajan", | ||
"Ankit Kumar", | ||
"Nikhil Vats", | ||
"Himanshu Singh", | ||
"Varun Bhandia", | ||
"holloh", | ||
"himanshuc3" | ||
], | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/InterMine/InterMine-Data-Browser-Tool" | ||
}, | ||
"dependencies": { | ||
"JSONStream": "^1.3.5", | ||
"bootstrap": "^4.4.1", | ||
"chart.js": "^2.9.3", | ||
"cookie-parser": "~1.4.3", | ||
"datatables.net-bs4": "1.10.16", | ||
"debug": "~2.6.9", | ||
"es6-promise": "^4.2.8", | ||
"express": "^4.16.3", | ||
"font-awesome": "4.7.0", | ||
"gulp": "^4.0.2", | ||
"gulp-clean-css": "^4.2.0", | ||
"gulp-rename": "^1.2.2", | ||
"gulp-sass": "^3.1.0", | ||
"http-errors": "~1.6.2", | ||
"imjs": "^3.15.1", | ||
"jquery": "^3.4.1", | ||
"jquery.easing": "^1.4.1", | ||
"jsdom": "^11.11.0", | ||
"morgan": "~1.9.0", | ||
"open": "^7.0.2", | ||
"pug": "^2.0.4" | ||
}, | ||
"devDependencies": { | ||
"browser-sync": "^2.26.7", | ||
"chai": "^4.1.2", | ||
"chai-http": "^4.0.0", | ||
"mocha": "^5.2.0" | ||
} | ||
"title": "InterMine Data Brpwser", | ||
"name": "intermine-data-browser", | ||
"version": "1.1.0", | ||
"description": "A web-based data browser for InterMine", | ||
"homepage": "https://github.com/InterMine/InterMine-Data-Browser-Tool", | ||
"bugs": { | ||
"url": "https://github.com/InterMine/InterMine-Data-Browser-Tool/issues", | ||
"email": "adrianrodriguezbazaga@gmail.com" | ||
}, | ||
"scripts": { | ||
"start": "gulp & node ./bin/www", | ||
"dev": "gulp && webpack --config webpack.config.js", | ||
"test": "mocha --timeout 100000" | ||
}, | ||
"author": "Adrian Rodriguez-Bazaga", | ||
"contributors": [ | ||
"Yo Yehudi", | ||
"Rachel Lyne", | ||
"LarkhSingla", | ||
"Divyanshu Mahajan", | ||
"Ankit Kumar", | ||
"Nikhil Vats", | ||
"Himanshu Singh", | ||
"Varun Bhandia", | ||
"holloh", | ||
"himanshuc3" | ||
], | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/InterMine/InterMine-Data-Browser-Tool" | ||
}, | ||
"dependencies": { | ||
"JSONStream": "^1.3.5", | ||
"bootstrap": "^4.4.1", | ||
"chart.js": "^2.9.3", | ||
"cookie-parser": "~1.4.3", | ||
"datatables.net-bs4": "1.10.16", | ||
"debug": "~2.6.9", | ||
"es6-promise": "^4.2.8", | ||
"express": "^4.16.3", | ||
"font-awesome": "4.7.0", | ||
"gulp": "^4.0.2", | ||
"gulp-clean-css": "^4.2.0", | ||
"gulp-rename": "^1.2.2", | ||
"gulp-sass": "^3.1.0", | ||
"http-errors": "~1.6.2", | ||
"imjs": "^3.18.1", | ||
"jquery": "^3.4.1", | ||
"jquery.easing": "^1.4.1", | ||
"jsdom": "^11.11.0", | ||
"morgan": "~1.9.0", | ||
"open": "^7.0.2", | ||
"pug": "^2.0.4" | ||
}, | ||
"devDependencies": { | ||
"browser-sync": "^2.26.7", | ||
"chai": "^4.1.2", | ||
"chai-http": "^4.0.0", | ||
"mocha": "^5.2.0" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters