You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
932 B
33 lines
932 B
{
|
|
"name": "number-munchers",
|
|
"version": "1.0.0",
|
|
"description": "MECC's classic Number Munchers game rebuilt with React and Webpack.",
|
|
"main": "./js/main.js",
|
|
"scripts": {
|
|
"start": "./node_modules/webpack-dev-server/bin/webpack-dev-server.js --progress --colors"
|
|
},
|
|
"author": "Ben Burlingham",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"babel-loader": "^6.2.4",
|
|
"babel-preset-react": "^6.5.0"
|
|
},
|
|
"devDependencies": {
|
|
"css-loader": "^0.23.1",
|
|
"express": "^4.13.4",
|
|
"extract-text-webpack-plugin": "^1.0.1",
|
|
"jsx-loader": "^0.13.2",
|
|
"node-sass": "^3.4.2",
|
|
"react": "^0.14.7",
|
|
"react-dom": "^0.14.7",
|
|
"react-hot-loader": "^1.3.0",
|
|
"sass-loader": "^3.2.0",
|
|
"style-loader": "^0.13.1",
|
|
"webpack": "^1.12.14",
|
|
"webpack-dev-server": "^1.14.1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "http://gogs.benburlingham.com/ben.burlingham/number-munchers"
|
|
}
|
|
}
|
|
|