-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.08 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
{
"name": "xmexpi",
"app": "xm-default",
"title": "xMexpi",
"description": "Lightweight xMexpi starting script built with PHP, jQuery and HTML.",
"version": "1.0.2",
"author": {
"name": "xMexpi Design",
"url": "https://www.xmexpi.com/"
},
"license": "CC-BY-ND-4.0",
"homepage": "https://www.xmexpi.com/",
"download": "https://www.xmexpi.com/download",
"repository": {
"type": "git",
"url": "git://github.com/xmexpi/xmexpi.git"
},
"bugs": {
"url": "https://github.com/xmexpi/xmexpi/issues"
},
"devDependencies": {
"grunt": "^1.5.3",
"grunt-cli": "^1.4.3",
"grunt-contrib-less": "^2.1.0",
"grunt-contrib-uglify": "^4.0.1",
"grunt-contrib-watch": "^1.0.0",
"grunt-phplint": "^0.1.0",
"grunt-sass": "^3.1.0",
"grunt-text-replace": "^0.4.0",
"less-plugin-clean-css": "^1.5.1",
"node-sass": "^4.14.1",
"phplint": "^2.0.5"
},
"scripts": {
"build": "grunt",
"hash": "php .git-hooks/pre-commit.d/calculate_checksums.php",
"less": "grunt less",
"phplint": "grunt phplint",
"test": "grunt test",
"uglify": "grunt replace",
"watch": "grunt watch"
}
}