-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
77 lines (77 loc) · 2.45 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"name": "ramp-theme-usability",
"subname": "Reusable Accessible Mapping Platform - Usability Theme",
"version": "5.4.0",
"description": "RAMP GIS viewer - Groundhog; Sample of an implementation of RAMP with Usability Theme",
"main": "index.js",
"url": "http://tfs.int.ec.gc.ca:8080/tfs/dc/_git/RAMP",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "bower install && grunt init"
},
"keywords": [
"ramp",
"gis",
"map",
"viewer",
"theme",
"usability"
],
"author": "Web Mapping Team - Corporate Services Branch - Environment Canada",
"contributors": [
{
"name": "TBD 1",
"email": "[email protected]"
},
{
"name": "TBD 2",
"email": "[email protected]"
}
],
"license": "none",
"devDependencies": {
"assemble": "~0.4.12",
"assemble-contrib-i18n": "~0.1.2",
"fs-utils": "~0.5.0",
"grunt": "~0.4.2",
"grunt-autoprefixer": "~0.7.2",
"grunt-bump": "~0.0.13",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-compress": "~0.9.1",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-connect": "~0.8.0",
"grunt-contrib-copy": "~0.5.0",
"grunt-contrib-cssmin": "~0.7.0",
"grunt-contrib-htmlmin": "~0.3.0",
"grunt-contrib-imagemin": "~0.5.0",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-less": "~0.11.0",
"grunt-contrib-uglify": "~0.4.0",
"grunt-contrib-watch": "~0.6.1",
"grunt-contrib-yuidoc": "~0.5.2",
"grunt-conventional-changelog": "~1.2.0",
"grunt-docco": "~0.3.3",
"grunt-gh-pages": "~0.9.1",
"grunt-github-releaser": "~0.1.17",
"grunt-html": "~4.0.2",
"grunt-jscs": "~0.7.1",
"grunt-json-minify": "~0.4.0",
"grunt-jsonlint": "~1.0.4",
"grunt-newer": "~0.7.0",
"grunt-notify": "~0.2.20",
"grunt-replace": "~0.8.0",
"i18next": "~1.7.4",
"load-grunt-config": "~0.16.0",
"request": "~2.34.0",
"time-grunt": "~1.0.0",
"z-schema": "~3.1.0"
},
"ramp": {
"deployFolder": "//sncr01wbingsdv1.ncr.int.ec.gc.ca/Drive-E/wwwroot/RAMP_Sample/w4/usability",
"serve": {
"port": 3003,
"livereload": 35733
},
"themepath": "lib/theme-gcwu-fegc/"
}
}