meshviewer/package.json

42 lines
1.0 KiB
JSON
Raw Normal View History

2015-03-29 12:43:02 +00:00
{
2016-05-23 16:29:18 +00:00
"name": "ffrgb-meshviewer",
"license": "AGPL",
"repository": {
"type": "git",
"url": "https://github.com/ffrgb/meshviewer.git"
},
"bugs": {
"url": "https://github.com/ffrgb/meshviewer/issues"
},
2015-03-29 12:43:02 +00:00
"scripts": {
"test": "node -e \"require('grunt').cli()\" '' clean lint"
},
"devDependencies": {
"autoprefixer": "^6.3.6",
2016-05-28 22:50:48 +00:00
"eslint": "^2.11.0",
2016-05-26 16:37:24 +00:00
"eslint-config-defaults": "^9.0.0",
"grunt": "^1.0.1",
2016-05-25 21:34:36 +00:00
"grunt-bower-install-simple": "^1.2.3",
"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",
"grunt-inline": "^0.3.6",
"grunt-postcss": "^0.8.0",
"grunt-sass": "^1.2.0"
2015-03-29 14:14:10 +00:00
},
"eslintConfig": {
"env": {
"browser": true,
"amd": true,
"es6": true,
"node": true
}
2015-03-29 12:43:02 +00:00
}
}