-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.72 KB
/
package.json
File metadata and controls
62 lines (62 loc) · 1.72 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
{
"name": "mapapp",
"version": "1.8.0",
"main": "src",
"licenses": [
{
"type": "MIT"
}
],
"contributors": [],
"dependencies": {
"body-parser": "^1.12.0",
"bootstrap": "^3.3.2",
"cookie-parser": "^1.3.4",
"es5-shim": "^4.0.5",
"express": "^4.11.2",
"js-yaml": "~3.2.3",
"jsonp": "^0.1.0",
"leaflet": "~0.7.3",
"leaflet.heat": "git+https://github.com/Leaflet/Leaflet.heat.git#627ede7c11bbe43a3a8b94a5be0d0745cac71e64",
"leaflet.markercluster": "~0.4.0",
"lunr": "^0.5.6",
"marked": "~0.3.2",
"mosaic-commons": "0.0.15",
"mosaic-core": "~0.0.25",
"mosaic-scroller": "~0.0.9",
"mosaic-teleport": "^0.0.22",
"mosaic-teleport-server": "0.0.8",
"nodemailer": "^1.3.0",
"nodemailer-smtp-transport": "^0.1.13",
"page": "^1.5.0",
"react": "^0.12.1",
"revalidator": "latest",
"react-select": "git+https://github.com/ubimix/react-select.git",
"underscore": "~1.7.0"
},
"devDependencies": {
"expect.js": "^0.3.1",
"grunt": "^0.4.5",
"grunt-bump": "0.0.16",
"grunt-contrib-concat": "^0.5.0",
"grunt-contrib-copy": "^0.7.0",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-less": "^0.12.0",
"grunt-contrib-uglify": "^0.6.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-mocha-test": "^0.12.4",
"grunt-webpack": "^1.0.8",
"jsx-loader": "^0.12.2",
"mocha": "^2.0.1",
"css-loader": "^0.9.1",
"style-loader": "^0.8.2",
"file-loader": "^0.8.1",
"url-loader": "^0.5.5",
"less-loader": "^2.0.0"
},
"scripts": {
"start": "node ./server.js -port 9889 -path ''",
"test": "./node_modules/mocha/bin/mocha -R spec ./test/*_spec.js",
"postinstall": "./postinstall.sh"
}
}