-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
53 lines (53 loc) · 1.33 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
{
"name": "mapea4-dev",
"version": "4.0.0",
"description": "Proyecto de ayuda para el desarrollo de plugins de Mapea 4",
"keywords": [
"map",
"mapping",
"tool",
"sigcorporativo-ja",
"mapea4"
],
"homepage": "http://mapea4-sigc.juntadeandalucia.es",
"repository": {
"type": "git",
"url": "git://github.com/sigcorporativo-ja/mapeaJS.git"
},
"license": "BSD",
"bugs": {
"url": "https://github.com/sigcorporativo-ja/mapeaJS/issues"
},
"devDependencies": {
"async": "^1.4.2",
"browserify": "^12.0.1",
"derequire": "^2.0.3",
"glob": "^7.0.5",
"grunt": "^1.0.3",
"grunt-bower-task": "^0.5.0",
"grunt-cli": "^1.2.0",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-copy": "^0.8.0",
"grunt-contrib-cssmin": "^0.13.0",
"grunt-contrib-jshint": "^1.0.0",
"grunt-contrib-uglify": "^3.3.0",
"grunt-html-build": "^0.7.1",
"grunt-jsdoc": "^2.2.1",
"grunt-mkdir": "^0.1.2",
"grunt-prompt": "^1.3.3",
"grunt-shell": "^1.1.2",
"handlebars": "^4.0.5",
"uglify-js": "^2.6.1"
},
"dependencies": {
"closure-util": "^1.26.0",
"fs-extra": "^0.22.1",
"http-server": "^0.11.1",
"jsdoc": "^3.3.2",
"promise": "^7.0.3",
"temp": "^0.8.3",
"walk": "^2.3.9",
"yuicompressor": "^2.4.8"
}
}