UNPKG

oxygen-roughjs-plugin

Version:

Rough.js integration plugin for Oxygen Game Engine

43 lines (42 loc) 1.12 kB
{ "name": "oxygen-roughjs-plugin", "version": "1.0.7", "description": "Rough.js integration plugin for Oxygen Game Engine", "main": "src/index.js", "author": "Patryk 'PsichiX' Budzynski <psichix@gmail.com> (http://psichix.io)", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/PsichiX/oxygen-roughjs-plugin.git" }, "keywords": [ "oxygen" ], "bugs": { "url": "https://github.com/PsichiX/oxygen-roughjs-plugin/issues" }, "homepage": "https://github.com/PsichiX/oxygen-roughjs-plugin#readme", "dependencies": { "roughjs": "^2.2.5", "xml2js": "^0.4.19" }, "scripts": { "clean": "rm -rf bin", "build": "./node_modules/.bin/webpack -p", "rebuild": "npm run clean && npm run build" }, "files": [ "src", ".babelrc", "webpack.config.js", "bin/oxygen-roughjs-plugin.js" ], "devDependencies": { "@babel/core": "^7.1.5", "@babel/plugin-proposal-object-rest-spread": "^7.0.0", "@babel/preset-env": "^7.1.5", "babel-loader": "^8.0.4", "webpack": "^4.25.1", "webpack-cli": "^3.1.2" } }