2015-03-29 12:43:02 +00:00
|
|
|
{
|
2016-05-23 16:29:18 +00:00
|
|
|
"name": "ffrgb-meshviewer",
|
2016-05-28 22:49:58 +00:00
|
|
|
"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": {
|
2016-11-03 20:44:37 +00:00
|
|
|
"autoprefixer": "^6.5.1",
|
|
|
|
"eslint": "^3.9.1",
|
2016-05-26 16:37:24 +00:00
|
|
|
"eslint-config-defaults": "^9.0.0",
|
2016-05-22 14:50:02 +00:00
|
|
|
"grunt": "^1.0.1",
|
2016-05-25 21:34:36 +00:00
|
|
|
"grunt-bower-install-simple": "^1.2.3",
|
2016-05-29 14:38:57 +00:00
|
|
|
"grunt-browser-sync": "^2.2.0",
|
2016-05-29 16:22:06 +00:00
|
|
|
"grunt-cache-breaker": "^2.0.1",
|
2016-11-03 20:44:37 +00:00
|
|
|
"grunt-check-dependencies": "^1.0.0",
|
2016-05-22 14:50:02 +00:00
|
|
|
"grunt-contrib-clean": "^1.0.0",
|
|
|
|
"grunt-contrib-copy": "^1.0.0",
|
2016-08-08 21:55:38 +00:00
|
|
|
"grunt-contrib-htmlmin": "^2.0.0",
|
2016-05-22 14:50:02 +00:00
|
|
|
"grunt-contrib-requirejs": "^1.0.0",
|
|
|
|
"grunt-contrib-watch": "^1.0.0",
|
2016-07-12 17:03:13 +00:00
|
|
|
"grunt-eslint": "^19.0.0",
|
2016-05-22 20:13:46 +00:00
|
|
|
"grunt-inline": "^0.3.6",
|
2016-06-02 20:33:02 +00:00
|
|
|
"grunt-inline-data": "git://github.com/xiaokaike/grunt-inline-data.git#2eeb08f",
|
2016-05-22 14:50:02 +00:00
|
|
|
"grunt-postcss": "^0.8.0",
|
2016-09-12 12:53:14 +00:00
|
|
|
"grunt-sass": "^1.2.1",
|
2016-05-26 23:34:42 +00:00
|
|
|
"grunt-sass-lint": "^0.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
|
|
|
}
|
|
|
|
}
|