react-raphael-mine-sweeping
Version:
so easy! create mine sweeping game with react-raphael!
66 lines (65 loc) • 1.98 kB
JSON
{
"name": "react-raphael-mine-sweeping",
"version": "0.8.0",
"description": "so easy! create mine sweeping game with react-raphael!",
"main": "lib/index.js",
"files": [
"lib",
"less",
"images"
],
"scripts": {
"test": "test",
"clean": "rm -rf ./lib",
"build": "npm run clean & NODE_ENV=production babel ./src --out-dir ./lib",
"example": "webpack-dev-server --devtool eval --progress --hot --host 0.0.0.0 --config webpack.example.config.js",
"docs": "webpack --devtool cheap-module-source-map --progress --color --profile --config webpack.docs.config.js --watch"
},
"dependencies": {
"react-raphael": "^0.8.0"
},
"devDependencies": {
"babel": "^6.0.0",
"babel-cli": "^6.0.0",
"babel-core": "^6.0.0",
"babel-loader": "^6.2.0",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"babel-preset-stage-0": "^6.3.13",
"babel-preset-react-hmre": "^1.1.1",
"webpack": "^1.12.9",
"webpack-dev-server": "^1.14.0",
"copy-webpack-plugin": "^3.0.1",
"css-loader": "^0.25.0",
"html-webpack-plugin": "^2.22.0",
"less": "^2.7.1",
"less-loader": "^2.2.3",
"open-browser-webpack-plugin": "0.0.2",
"path": "^0.12.7",
"react-transform-catch-errors": "^1.0.2",
"react-transform-hmr": "^1.0.4",
"style-loader": "^0.13.1",
"console-polyfill": "^0.2.2",
"es5-shim": "^4.4.1",
"react": "^0.14.8",
"react-dom": "^0.14.8",
"file-loader": "^0.9.0",
"url-loader": "^0.5.7",
"raphael": "^2.2.6"
},
"repository": {
"type": "git",
"url": "git+https://github.com/liuhong1happy/react-raphael-mine-sweeping.git"
},
"keywords": [
"react",
"react-raphael",
"react-raphael-mine-sweeping"
],
"author": "Holly Liu",
"license": "MIT",
"bugs": {
"url": "https://github.com/liuhong1happy/react-raphael-mine-sweeping/issues"
},
"homepage": "https://github.com/liuhong1happy/react-raphael-mine-sweeping#readme"
}