-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
40 lines (40 loc) · 1.16 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
{
"name": "mada-onusida-front",
"version": "1.0.0",
"description": "Front-end part of the Onusida Madagascar project",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CartONG/mada-onusida-front.git"
},
"author": "Erik Escoffier <[email protected]> (https://github.com/nerik/)",
"license": "ISC",
"bugs": {
"url": "https://github.com/CartONG/mada-onusida-front/issues"
},
"homepage": "https://github.com/CartONG/mada-onusida-front#readme",
"devDependencies": {
"browser-sync": "^2.4.0",
"eslint": "^1.6.0",
"gulp": "^3.9.0",
"gulp-concat": "^2.6.0",
"gulp-load-plugins": "^1.0.0-rc.1",
"gulp-rename": "^1.2.2",
"gulp-template": "^3.0.0",
"lodash": "^3.10.0",
"merge-stream": "^0.1.8"
},
"dependencies": {
"bootstrap": "^3.3.5",
"jquery": "^2.1.4",
"leaflet": "^0.7.5",
"leaflet-markercluster": "^0.2.0",
"leaflet.markercluster": "^0.4.0",
"mada-front-common": "git+https://github.com/CartONG/mada-front-common.git",
"moment": "^2.10.6",
"underscore": "^1.8.3"
}
}