This repository was archived by the owner on Sep 9, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
103 lines (103 loc) · 2.99 KB
/
package.json
File metadata and controls
103 lines (103 loc) · 2.99 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
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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
{
"name": "mc-webapp",
"description": "Mapas Coletivos Web Application",
"repository": {
"type": "git",
"url": "git://github.com/mapascoletivos/webapp.git"
},
"version": "1.0.0-beta1",
"author": {
"name": "Mapas Coletivos",
"email": "contato@mapascoletivos.com.br"
},
"license": "MIT",
"contributors": [
{
"name": "Gustavo Faleiros",
"email": "gufalei@gmail.com"
},
{
"name": "Miguel Peixe",
"email": "miguel@cardume.art.br"
},
{
"name": "Vitor George",
"email": "vitor.george@gmail.com"
}
],
"scripts": {
"server": "node server.js",
"dev": "npm-run-all -p server watch",
"build": "NODE_ENV=development grunt build",
"watch": "NODE_ENV=development grunt",
"postinstall": "napa"
},
"browserify": {
"transform": [
"envify"
]
},
"dependencies": {
"angular": "1.4.0",
"angular-recaptcha": "^4.2.0",
"angular-ui-router": "0.2.14",
"brfs": "^1.2.0",
"csv2geojson": "^3.7.1",
"eventablejs": "^1.0.4",
"grvtr": "^0.1.3",
"jquery": "^2.1.1",
"jquery-ui-browserify": "^1.11.0-pre-seelio",
"leaflet": "^0.7.3",
"leaflet-draw": "^0.2.3",
"leaflet.markercluster": "^0.4.0",
"less": "^1.7.4",
"maki": "0.4.2",
"mapbox.js": "1.6.4",
"markdown": "^0.5.0",
"osmtogeojson": "^2.0.5",
"prerender-node": "^1.0.6",
"sir-trevor": "https://github.com/madebymany/sir-trevor-js/archive/v0.4.3.tar.gz",
"togeojson": "^0.8.0",
"underscore": "^1.7.0"
},
"napa": {
"angular-cookie": "ivpusic/angular-cookie",
"angular-translate": "angular-translate/bower-angular-translate",
"angular-route": "angular/bower-angular-route#v1.4.0-build.3970+sha.6dd64ab",
"angular-sanitize": "angular/bower-angular-sanitize#v1.4.0-build.3970+sha.6dd64ab",
"angular-resource": "angular/bower-angular-resource#v1.4.0-build.3970+sha.6dd64ab",
"angular-animate": "angular/bower-angular-animate#v1.4.0-build.3970+sha.6dd64ab",
"angular-elastic": "monospaced/angular-elastic",
"angular-fitvids": "jimmyhillis/angular-fitvids",
"angular-ui-utils": "angular-ui/ui-utils#v0.2.3",
"angular-ui-sortable": "angular-ui/ui-sortable",
"angular-ui-slider": "angular-ui/ui-slider",
"angular-modal": "miguelpeixe/angular-modal",
"ngInfiniteScroll": "BinaryMuse/ngInfiniteScroll-bower",
"bootstrap-colorpicker": "buberdds/angular-bootstrap-colorpicker"
},
"keywords": [
"maps"
],
"engines": {
"node": ">=10"
},
"devDependencies": {
"browserify": "^9.0.8",
"browserify-shim": "^3.8.5",
"envify": "^4.1.0",
"express": "^4.8.7",
"grunt": "^1.0.4",
"grunt-browserify": "^3.0.0",
"grunt-cli": "^1.3.1",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-copy": "^0.5.0",
"grunt-contrib-jade": "^0.12.0",
"grunt-contrib-less": "^0.11.4",
"grunt-contrib-uglify": "^0.5.1",
"grunt-contrib-watch": "^0.6.1",
"napa": "^3.0.0",
"npm-run-all": "^4.1.3",
"surge": "^0.21.0"
}
}