-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.2 KB
/
Copy pathpackage.json
File metadata and controls
39 lines (39 loc) · 1.2 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
{
"name": "idmarinas-lotgd-modules",
"version": "2.5.0",
"description": "Modules created by others and adapt to IDMarinas Edition.",
"engines": {
"node": ">= 0.10.0"
},
"main": "Gruntfile.js",
"homepage": "http://lotgd.infommo.es",
"devDependencies": {
"better-console": "^1.0.1",
"del": "^6.0.0",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^8.0.0",
"gulp-clean-css": "^4.3.0",
"gulp-concat": "^2.6.1",
"gulp-flatten": "^0.4.0",
"gulp-if": "^3.0.0",
"gulp-less": "^5.0.0",
"gulp-remove-code": "^3.0.4",
"gulp-revert-path": "^2.0.0",
"lodash.merge": "^4.6.2",
"merge-stream": "^2.0.0",
"minimist": "^1.2.5",
"require-dir": "^1.2.0",
"vinyl-paths": "^3.0.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lotgd": "gulp --env prod --project lotgd",
"draconia": "gulp --env prod --project draconia"
},
"repository": {
"type": "git",
"url": "https://idmarinas@bitbucket.org/idmarinas/lotgd-modules"
},
"author": "Ivan Diaz Marinas",
"license": "SEE LICENSE IN <LICENSE.txt>"
}