mirror of
https://github.com/chanzuckerberg/cellxgene.git
synced 2026-09-20 11:28:47 +08:00
formatting of package.json
This commit is contained in:
Generated
+14751
File diff suppressed because it is too large
Load Diff
+3
-6
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user