hopglass/package.json

42 lines
963 B
JSON
Raw Normal View History

2015-03-29 14:43:02 +02:00
{
"name": "meshviewer",
"scripts": {
"test": "node -e \"require('grunt').cli()\" '' clean lint"
},
"devDependencies": {
"grunt": "^0.4.5",
"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-03-29 16:14:10 +02:00
"grunt-eslint": "^10.0.0"
},
"eslintConfig": {
"env": {
"browser": true,
"amd": true,
"es6": true,
"node": true
},
"globals": {
"getJSON": false,
"has_location": false,
"limit": false,
"linkId": false,
"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
}
}