UNPKG

mmi

Version:
42 lines (41 loc) 924 B
{ "name": "mmi", "version": "0.1.0", "description": "Model Message Interface", "main": "index.js", "scripts": { "test": "echo test", "lint": "eslint index.js", "build": "babel index.js -d dist" }, "repository": { "type": "git", "url": "git+https://github.com/openearth/mmi-js.git" }, "keywords": [ "Model", "Numpy", "RPC" ], "author": "Fedor Baart", "license": "GPL-3.0", "bugs": { "url": "https://github.com/openearth/mmi-js/issues" }, "homepage": "https://github.com/openearth/mmi-js#readme", "babel": { "presets": [ "env" ] }, "devDependencies": { "babel-cli": "^6.26.0", "babel-preset-env": "^1.6.1", "eslint": "^4.19.1", "eslint-config-standard": "^11.0.0", "eslint-plugin-import": "^2.10.0", "eslint-plugin-node": "^6.0.1", "eslint-plugin-promise": "^3.7.0", "eslint-plugin-standard": "^3.0.1" } }