You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

22 lines
510 B

{
"name": "cellMapVisualizer",
"private": true,
"version": "0.0.0",
"description": "cellMapVisualizer",
"repository": "https://github.com/arnaucode/cellMapVisualizer",
"license": "MIT",
"devDependencies": {
"bower": "^1.7.7",
"http-server": "^0.9.0"
},
"scripts": {
"postinstall": "bower install",
"prestart": "npm install",
"start": "http-server -p 8080 -c-1 ./"
},
"dependencies": {
"bower": "latest",
"connect": "latest",
"serve-static": "latest"
}
}