-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 950 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
32
33
34
35
36
37
38
39
40
{
"name": "simon",
"version": "1.0.0",
"description": "simon game for fcc",
"main": "src/app.js",
"scripts": {
"build": "webpack",
"server": "webpack-dev-server"
},
"repository": {
"type": "git",
"url": "git+https://github.com/r3b311i0n/Simon.git"
},
"keywords": [
"simon",
"fcc"
],
"author": "r3b311i0n",
"license": "ISC",
"bugs": {
"url": "https://github.com/r3b311i0n/Simon/issues"
},
"homepage": "https://github.com/r3b311i0n/Simon#readme",
"devDependencies": {
"babel-core": "^6.18.2",
"babel-loader": "^6.2.8",
"babel-plugin-transform-async-to-generator": "^6.16.0",
"babel-preset-es2015": "^6.18.0",
"html-webpack-plugin": "^2.24.1",
"webpack": "^1.13.3"
},
"dependencies": {
"babel-polyfill": "^6.16.0",
"css-loader": "^0.26.0",
"file-loader": "^0.9.0",
"jquery": "^3.1.1",
"style-loader": "^0.13.1",
"url-loader": "^0.5.7"
}
}