-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (41 loc) · 1.31 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
{
"name": "fonsole-api",
"version": "1.0.0",
"description": "API portion of a platform that offers a series of multiplayer party games where the smartphone is the controller.",
"scripts": {
"dev": "webpack --progress --hide-modules --watch",
"build": "cross-env NODE_ENV=production webpack --progress --hide-modules",
"postmerge": "node hooks/postmerge.js"
},
"main": "./src/index",
"repository": {
"type": "git",
"url": "git+https://github.com/darklordabc/fonsole-api.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/darklordabc/fonsole-api/issues"
},
"homepage": "https://github.com/darklordabc/fonsole-api#readme",
"dependencies": {},
"devDependencies": {
"babel-core": "^6.25.0",
"babel-eslint": "^7.1.1",
"babel-loader": "^7.1.1",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.6.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"cross-env": "^5.0.1",
"eslint": "^4.3.0",
"eslint-config-airbnb-base": "^11.3.1",
"eslint-import-resolver-webpack": "^0.8.3",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-unicorn": "^2.1.2",
"husky": "^0.14.3",
"socket.io-client": "^2.0.3",
"webpack": "^3.4.1"
}
}