formatting of package.json

This commit is contained in:
bkmartinjr
2018-08-13 17:07:53 -07:00
parent 2cda3fb68f
commit 73b6658d29
2 changed files with 14754 additions and 6 deletions
+14751
View File
File diff suppressed because it is too large Load Diff
+3 -6
View File
@@ -2,14 +2,11 @@
"name": "cellxgene",
"version": "0.0.1",
"license": "MIT",
"description":
"cellxgene is a web application for the interactive exploration of single cell sequence data.",
"description": "cellxgene is a web application for the interactive exploration of single cell sequence data.",
"repository": "https://github.com/chanzuckerberg/cellxgene",
"scripts": {
"build":
"npm run clean && webpack --config configuration/webpack/webpack.config.prod.js",
"dev":
"npm run clean && webpack --config configuration/webpack/webpack.config.dev.js",
"build": "npm run clean && webpack --config configuration/webpack/webpack.config.prod.js",
"dev": "npm run clean && webpack --config configuration/webpack/webpack.config.dev.js",
"clean": "rimraf build",
"start": "node server/development.js",
"lint": "eslint src",