forked from maxwellito/breaklock
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 853 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"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 --config ./webpack.config.js"
},
"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"
}
}