43 lines
1.0 KiB
JSON
43 lines
1.0 KiB
JSON
{
|
|
"name": "ffrgb-meshviewer",
|
|
"license": "AGPL",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/ffrgb/meshviewer.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/ffrgb/meshviewer/issues"
|
|
},
|
|
"scripts": {
|
|
"test": "node -e \"require('grunt').cli()\" '' clean lint"
|
|
},
|
|
"devDependencies": {
|
|
"autoprefixer": "^6.3.6",
|
|
"eslint": "^2.11.0",
|
|
"eslint-config-defaults": "^9.0.0",
|
|
"grunt": "^1.0.1",
|
|
"grunt-bower-install-simple": "^1.2.3",
|
|
"grunt-browser-sync": "^2.2.0",
|
|
"grunt-cache-breaker": "^2.0.1",
|
|
"grunt-check-dependencies": "^0.12.0",
|
|
"grunt-contrib-clean": "^1.0.0",
|
|
"grunt-contrib-copy": "^1.0.0",
|
|
"grunt-contrib-requirejs": "^1.0.0",
|
|
"grunt-contrib-watch": "^1.0.0",
|
|
"grunt-eslint": "^18.1.0",
|
|
"grunt-inline": "^0.3.6",
|
|
"grunt-inline-data": "0.0.6",
|
|
"grunt-postcss": "^0.8.0",
|
|
"grunt-sass": "^1.2.0",
|
|
"grunt-sass-lint": "^0.2.0"
|
|
},
|
|
"eslintConfig": {
|
|
"env": {
|
|
"browser": true,
|
|
"amd": true,
|
|
"es6": true,
|
|
"node": true
|
|
}
|
|
}
|
|
}
|