31 lines
844 B
JSON
31 lines
844 B
JSON
{
|
|
"name": "breaklock",
|
|
"version": "0.1.0",
|
|
"description": "Small PWA game to guess pattern locks",
|
|
"main": "scripts/app.js",
|
|
"scripts": {
|
|
"build": "./node_modules/webpack/bin/webpack.js --optimize-minimize"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/maxwellito/breaklock.git"
|
|
},
|
|
"author": "maxwellito",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/maxwellito/breaklock/issues"
|
|
},
|
|
"homepage": "https://github.com/maxwellito/breaklock",
|
|
"devDependencies": {
|
|
"babel-core": "^6.24.0",
|
|
"babel-loader": "^6.4.1",
|
|
"babel-preset-es2015": "^6.24.0",
|
|
"css-loader": "^0.28.0",
|
|
"extract-text-webpack-plugin": "^2.1.0",
|
|
"node-sass": "^4.5.2",
|
|
"raw-loader": "^0.5.1",
|
|
"sass-loader": "^6.0.3",
|
|
"style-loader": "^0.16.1",
|
|
"webpack": "^2.3.3"
|
|
}
|
|
}
|