-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
47 lines (47 loc) · 1.12 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
{
"name": "SolrHeatmapApp",
"private": true,
"version": "0.0.1",
"description": "Solr-Heatmap-Client based on AngularJS and OL3",
"homepage": "http://terrrestris.github.io/SolrHeatmap",
"author": {
"name": "Andre Henn",
"url": "https://github.com/ahennr"
},
"repository": {
"type": "git",
"url": "https://github.com/terrestris/SolrHeatmap"
},
"bugs": {
"url": "https://github.com/terrestris/SolrHeatmap/issues"
},
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/MIT/"
}
],
"keywords": [
"Apache Solr",
"OpenLayers 3",
"Heatmap"
],
"scripts": {
"js-lint": "eslint -c .eslintrc ./",
"deploy": "grunt deploy"
},
"dependencies": {},
"devDependencies": {
"angular-ui-bootstrap": "^1.3.3",
"eslint": "^2.13.0",
"eslint-config-angular": "^0.5.0",
"eslint-plugin-angular": "^1.3.0",
"grunt": "1.0.1",
"grunt-cli": "1.2.0",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-uglify": "^1.0.1",
"grunt-contrib-watch": "^1.0.0",
"grunt-gh-pages": "1.1.0"
}
}