forked from PoGO-VN/PoGO_VN_Map
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 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
43
44
45
46
47
48
49
50
51
{
"name": "rocketmad",
"version": "1.0.0",
"description": "RocketMAD - Live Visualization",
"main": "Gruntfile.js",
"dependencies": {
"@babel/core": "^7.8.3",
"@babel/preset-env": "^7.8.3",
"eslint-config-standard": "^14.1.0",
"eslint-plugin-import": "^2.20.0",
"eslint-plugin-node": "^11.0.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"grunt": "^1.0.4",
"grunt-babel": "^8.0.0",
"grunt-cli": "^1.3.2",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-cssmin": "^3.0.0",
"grunt-contrib-uglify": "^4.0.1",
"grunt-contrib-watch": "^1.1.0",
"grunt-eslint": "^22.0.0",
"grunt-minjson": "^0.4.0",
"grunt-newer": "^1.3.0",
"grunt-sass": "^3.1.0",
"grunt-zip": "^0.18.2",
"jit-grunt": "^0.10.0",
"node-sass": "^4.14.0"
},
"scripts": {
"build": "grunt build",
"watch": "grunt default",
"lint": "grunt lint",
"grunt": "grunt"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cecpk/RocketMAD.git"
},
"keywords": [
"Pokemon",
"Go",
"Map"
],
"author": "RocketMAD Team",
"license": "MIT",
"bugs": {
"url": "https://github.com/cecpk/RocketMAD/issues"
},
"homepage": "https://github.com/cecpk/RocketMAD#readme"
}