Added package.json
parents
package.json
0 → 100644
{ | ||
"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" | ||
} |
Please register or sign in to comment