-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
41 lines (41 loc) · 998 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
41
{
"name": "eqdkp-plus",
"title": "Eqdkp-Plus",
"description": "The gamer CMS and DKP System",
"version": "4.2.0",
"homepage": "http://eqdkp-plus.com",
"author": {
"name": "Eqdkp-Plus dev team",
"url": "http://eqdkp-plus.com"
},
"repository": {
"type": "git",
"url": "https://github.com/jquery/jquery.git"
},
"bugs": {
"url": "http://eqdkp-plus.eu/bugtracker"
},
"license": "AGPL-3.0",
"dependencies": {
"babel-preset-es2015": "^6.24.1",
"lodash": "^4.17.15",
"minimatch": "^3.0.4"
},
"scripts": {
"test": "grunt test"
},
"devDependencies": {
"grunt": "^1.1.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^3.0.0",
"grunt-contrib-less": "^2.0.0",
"grunt-contrib-uglify": "^4.0.1",
"grunt-curl": "^2.5.1",
"grunt-decomment": "^0.2.4",
"grunt-shell": "^3.0.1",
"grunt-terser": "^1.0.0",
"load-grunt-tasks": "^5.1.0"
},
"keywords": []
}