Commit fe459cac authored by Patrik Meijer's avatar Patrik Meijer
Browse files

Added package.json

parents
Loading
Loading
Loading
Loading

package.json

0 → 100644
+22 −0
Original line number Diff line number Diff line
{
  "name": "react-components",
  "version": "0.0.1",
  "description": "Selection of Material-UI React Components for building WebGME GUIs",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "https://git.isis.vanderbilt.edu/patrik85/react-components.git"
  },
  "keywords": [
    "webgme",
    "webgme-component",
    "ui-components",
    "react",
    "material-ui"
  ],
  "author": "WebGME Dev Team",
  "license": "MIT"
}