UNPKG

phylocanvas-plugin-history

Version:
47 lines (46 loc) 1.33 kB
{ "name": "phylocanvas-plugin-history", "version": "2.1.1", "description": "Visual history for Phylocanvas", "main": "dist/index.min.js", "scripts": { "start": "webpack-dev-server --inline", "build": "NODE_ENV=production webpack", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/phylocanvas/phylocanvas-plugin-history.git" }, "keywords": [ "phylocanvas", "history", "biojs" ], "author": "The Centre for Genomic Pathogen Surveillance", "license": "LGPL-3.0", "bugs": { "url": "https://github.com/phylocanvas/phylocanvas-plugin-history/issues" }, "homepage": "https://github.com/phylocanvas/phylocanvas-plugin-history#readme", "devDependencies": { "autoprefixer": "^6.3.6", "babel-core": "^6.3.21", "babel-loader": "^6.2.0", "babel-preset-es2015": "^6.3.13", "babel-preset-stage-0": "^6.3.13", "css-loader": "^0.23.1", "eslint-config-cgps": "github:imperialcollegelondon/eslint-config-cgps", "phylocanvas": "phylocanvas/phylocanvas#v2.3.0", "postcss-loader": "^0.9.1", "style-loader": "^0.13.1", "url-loader": "^0.5.7", "webpack": "^1.10.5", "webpack-dev-server": "^1.10.1" }, "files": [ "dist", "*.md", "unstyled.js" ] }