{ "name": "unrealjs_examples", "version": "1.0.0", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "babel demos/src -d demos/build", "watch": "babel --watch demos/src -d demos/build" }, "author": "NCSOFT", "license": "ISC", "description": "", "dependencies": { "convnetjs": "^0.3.0", "google-material-color": "^1.3.1", "hex-rgb": "^1.0.0", "lodash": "^4.17.21", "react": "^15.4.2", "react-umg": "^0.2.6", "springy": "^2.7.1" }, "devDependencies": { "babel-cli": "^6.26.0", "babel-eslint": "^10.1.0", "babel-preset-react": "^6.24.1", "eslint": "^8.36.0" } }