forked from BanManagement/BanManager-WebUI
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.27 KB
/
Copy pathpackage.json
File metadata and controls
46 lines (46 loc) · 1.27 KB
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
{
"name": "banmanager-webui",
"version": "1.5.2",
"description": "Web interface for BanManager",
"repository": {
"type": "git",
"url": "git+https://github.com/BanManagement/BanManager-WebUI.git"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-autoprefixer": "^2.2.0",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-compress": "^0.13.0",
"grunt-contrib-concat": "^0.5.0",
"grunt-contrib-connect": "^0.9.0",
"grunt-contrib-copy": "^0.7.0",
"grunt-contrib-cssmin": "^0.11.0",
"grunt-contrib-imagemin": "^0.9.2",
"grunt-contrib-jshint": "^0.11.0",
"grunt-contrib-uglify": "^0.7.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-htmlhint": "^0.4.1",
"grunt-jscs": "^1.5.0",
"grunt-phplint": "0.0.5",
"grunt-sass": "^0.18.0",
"load-grunt-tasks": "^3.1.0",
"phplint": "^1.3.0"
},
"bugs": {
"url": "https://github.com/BanManagement/BanManager-WebUI/issues"
},
"homepage": "https://github.com/BanManagement/BanManager-WebUI#readme",
"main": "Gruntfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"BanManager",
"Bukkit",
"Minecraft",
"Ban",
"Management"
],
"author": "James Mortemore, Jonas Friedmann",
"license": "CC-BY-SA-2.0"
}