forked from Glennmen/PMSF
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.75 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
52
53
54
55
56
57
58
59
60
61
62
{
"name": "pmsf",
"version": "1.0.0",
"description": "PMSF (PokeMap Standalone Frontend) is a standalone PHP map interface that is able to run on any traditional web server. It works for both Monocle or Rocketmap database setups.",
"main": "Gruntfile.js",
"scripts": {
"build": "grunt build",
"watch": "grunt default",
"lint": "grunt lint",
"grunt": "grunt"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Glennmen/PMSF.git"
},
"keywords": [
"pokemon",
"pokemongo",
"rocketmap",
"monocle"
],
"author": "Glennmen",
"license": "ISC",
"bugs": {
"url": "https://github.com/Glennmen/PMSF/issues"
},
"homepage": "https://github.com/Glennmen/PMSF#readme",
"dependencies": {
"babel-core": "^6.26.3",
"babel-preset-env": "^1.7.0",
"clean": "^4.0.2",
"eslint": "^4.19.1",
"eslint-config-standard": "^10.2.1",
"eslint-plugin-import": "^2.13.0",
"eslint-plugin-node": "^5.2.0",
"eslint-plugin-promise": "^3.8.0",
"eslint-plugin-standard": "^3.1.0",
"grunt": "^1.0.3",
"grunt-babel": "^7.0.0",
"grunt-cache-bust": "^1.7.0",
"grunt-cli": "^1.2.0",
"grunt-contrib-clean": "latest",
"grunt-contrib-concat": "latest",
"grunt-contrib-connect": "latest",
"grunt-contrib-copy": "latest",
"grunt-contrib-cssmin": "latest",
"grunt-contrib-htmlmin": "2.4.0",
"grunt-contrib-uglify": "^3.3.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-eslint": "^20.2.0",
"grunt-minjson": "latest",
"grunt-newer": "^1.2.0",
"grunt-sass": "^3.0.0",
"grunt-unused": "latest",
"grunt-usemin": "latest",
"jit-grunt": "^0.10.0",
"long": "^3.2.0",
"node-sass": "^4.9.2",
"phplint": "^1.7.4",
"push.js": "^1.0.4"
}
}