basant307/AI_Governance_Project
048
1{2 "name": "cose-base",3 "version": "1.0.3",4 "description": "Core module for compound spring embedder based layout styles",5 "main": "cose-base.js",6 "scripts": {7 "test": "echo \"Error: no test specified\" && exit 1",8 "build": "cross-env NODE_ENV=production webpack"9 },10 "repository": {11 "type": "git",12 "url": "git+https://github.com/iVis-at-Bilkent/cose-base.git"13 },14 "author": "",15 "license": "MIT",16 "bugs": {17 "url": "https://github.com/iVis-at-Bilkent/cose-base/issues"18 },19 "homepage": "https://github.com/iVis-at-Bilkent/cose-base#readme",20 "devDependencies": {21 "babel-core": "^6.24.1",22 "babel-loader": "^7.0.0",23 "babel-preset-env": "^1.5.1",24 "camelcase": "^4.1.0",25 "cpy-cli": "^1.0.1",26 "cross-env": "^5.1.6",27 "eslint": "^3.19.0",28 "gh-pages": "^1.1.0",29 "npm-run-all": "^4.1.2",30 "rimraf": "^2.6.2",31 "update": "^0.7.4",32 "updater-license": "^1.0.0",33 "webpack": "^2.6.1",34 "webpack-dev-server": "^2.4.5"35 },36 "dependencies": {37 "layout-base": "^1.0.0"38 }39}40 