2015-03-29 14:43:02 +02:00
|
|
|
{
|
2016-02-03 19:18:37 +01:00
|
|
|
"name": "hopglass",
|
2015-03-29 14:43:02 +02:00
|
|
|
"scripts": {
|
|
|
|
"test": "node -e \"require('grunt').cli()\" '' clean lint"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2016-05-19 17:47:13 +02:00
|
|
|
"autoprefixer": "^6.3.3",
|
2019-01-20 15:07:35 +01:00
|
|
|
"dart-sass": "^1.16.1",
|
|
|
|
"grunt": "^1.0.3",
|
2015-03-29 14:43:02 +02:00
|
|
|
"grunt-check-dependencies": "^0.6.0",
|
|
|
|
"grunt-contrib-clean": "^0.6.0",
|
|
|
|
"grunt-contrib-connect": "^0.8.0",
|
|
|
|
"grunt-contrib-copy": "^0.5.0",
|
|
|
|
"grunt-contrib-cssmin": "^0.12.2",
|
|
|
|
"grunt-contrib-requirejs": "^0.4.4",
|
|
|
|
"grunt-contrib-uglify": "^0.5.1",
|
|
|
|
"grunt-contrib-watch": "^0.6.1",
|
2015-04-19 12:55:14 +02:00
|
|
|
"grunt-eslint": "^10.0.0",
|
2019-01-20 15:07:35 +01:00
|
|
|
"grunt-git-describe": "^2.3.2",
|
|
|
|
"grunt-postcss": "^0.7.2",
|
|
|
|
"grunt-sass": "^3.0.2"
|
2015-03-29 16:14:10 +02:00
|
|
|
},
|
2019-01-20 18:15:14 +01:00
|
|
|
"dependencies": {
|
|
|
|
"almond": "^0.3.3",
|
|
|
|
"chroma-js": "^0.7.8",
|
|
|
|
"d3": "^3.5.17",
|
|
|
|
"leaflet": "^0.7.7",
|
|
|
|
"leaflet-label": "^0.2.1-0",
|
|
|
|
"leaflet-providers": "^1.5.0",
|
|
|
|
"moment": "^2.23.0",
|
|
|
|
"numeraljs": "^1.5.6",
|
|
|
|
"rbush": "^1.4.3",
|
|
|
|
"requirejs": "^2.3.2",
|
|
|
|
"tablesort": "3.0.2",
|
|
|
|
"virtual-dom": "^2.1.1"
|
|
|
|
},
|
2015-03-29 16:14:10 +02:00
|
|
|
"eslintConfig": {
|
|
|
|
"env": {
|
|
|
|
"browser": true,
|
|
|
|
"amd": true,
|
|
|
|
"es6": true,
|
|
|
|
"node": true
|
|
|
|
},
|
|
|
|
"globals": {
|
2016-03-16 20:40:08 +01:00
|
|
|
"showStat": false,
|
2015-03-30 03:20:43 +02:00
|
|
|
"attributeEntry": false,
|
|
|
|
"dictGet": false,
|
2015-03-29 16:14:10 +02:00
|
|
|
"getJSON": false,
|
|
|
|
"has_location": false,
|
|
|
|
"limit": false,
|
2015-04-01 15:59:05 +02:00
|
|
|
"localStorageTest": false,
|
2015-03-29 16:14:10 +02:00
|
|
|
"offline": false,
|
|
|
|
"one": false,
|
|
|
|
"online": false,
|
|
|
|
"showDistance": false,
|
|
|
|
"showTq": false,
|
|
|
|
"sortByKey": false,
|
|
|
|
"subtract": false,
|
|
|
|
"sum": false,
|
|
|
|
"trueDefault": false
|
|
|
|
}
|
2015-03-29 14:43:02 +02:00
|
|
|
}
|
|
|
|
}
|