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-22 15:58:09 +02:00
|
|
|
"autoprefixer": "^6.3.6",
|
|
|
|
"grunt": "^1.0.1",
|
2016-05-25 23:34:36 +02:00
|
|
|
"grunt-bower-install-simple": "^1.2.3",
|
2016-05-22 15:58:09 +02:00
|
|
|
"grunt-check-dependencies": "^0.12.0",
|
|
|
|
"grunt-contrib-clean": "^1.0.0",
|
|
|
|
"grunt-contrib-connect": "^1.0.2",
|
|
|
|
"grunt-contrib-copy": "^1.0.0",
|
|
|
|
"grunt-contrib-cssmin": "^1.0.1",
|
|
|
|
"grunt-contrib-requirejs": "^1.0.0",
|
|
|
|
"grunt-contrib-uglify": "^1.0.1",
|
|
|
|
"grunt-contrib-watch": "^1.0.0",
|
|
|
|
"grunt-eslint": "^18.1.0",
|
2016-05-22 22:13:46 +02:00
|
|
|
"grunt-inline": "^0.3.6",
|
2016-05-22 15:58:09 +02:00
|
|
|
"grunt-postcss": "^0.8.0",
|
|
|
|
"grunt-sass": "^1.2.0"
|
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
|
|
|
}
|
|
|
|
}
|