-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
49 lines (49 loc) · 1.33 KB
/
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
41
42
43
44
45
46
47
48
49
{
"name": "dulpgame",
"version": "1.0.0",
"description": "<h1>Dulp game</h1>",
"main": "",
"directories": {
"test": "test"
},
"scripts": {
"start": "node server",
"postinstall": "node deploy",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"add-to-homescreen": "^3.2.6",
"autoprefixer": "^6.4.0",
"babel-core": "6.9.0",
"babel-loader": "6.2.4",
"babel-preset-es2015": "6.9.0",
"css-loader": "0.23.1",
"es6-loader": "0.2.0",
"eslint": "2.13.1",
"eslint-config-airbnb": "9.0.1",
"eslint-plugin-import": "1.10.0",
"eslint-plugin-jsx-a11y": "1.5.3",
"eslint-plugin-promise": "1.3.2",
"eslint-plugin-react": "5.2.2",
"eslint-plugin-standard": "1.3.2",
"express": "^4.14.0",
"json-loader": "^0.5.4",
"postcss-loader": "^0.11.0",
"style-loader": "0.13.1",
"viewport-units-buggyfill": "^0.6.0",
"webpack": "1.13.1",
"webpack-dev-middleware": "^1.6.1",
"webpack-dev-server": "1.14.1",
"webpack-hot-middleware": "^2.12.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gretchenfitze/dulpgame.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/gretchenfitze/dulpgame/issues"
},
"homepage": "https://github.com/gretchenfitze/dulpgame#readme"
}