2015-03-29 12:43:02 +00:00
|
|
|
{
|
2016-05-23 16:29:18 +00:00
|
|
|
"name": "ffrgb-meshviewer",
|
2017-01-10 22:52:28 +00:00
|
|
|
"license": "AGPL-3.0",
|
2016-05-28 22:49:58 +00:00
|
|
|
"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": {
|
2017-03-05 12:12:13 +00:00
|
|
|
"autoprefixer": "^6.7.6",
|
2017-02-04 01:16:30 +00:00
|
|
|
"babel-eslint": "^7.1.1",
|
2017-03-05 12:12:13 +00:00
|
|
|
"eslint": "^3.17.0",
|
2017-02-04 01:16:30 +00:00
|
|
|
"eslint-config-airbnb-es5": "^1.1.0",
|
2016-05-26 16:37:24 +00:00
|
|
|
"eslint-config-defaults": "^9.0.0",
|
2017-02-04 01:16:30 +00:00
|
|
|
"eslint-plugin-react": "^6.9.0",
|
2016-05-22 14:50:02 +00:00
|
|
|
"grunt": "^1.0.1",
|
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-05-22 14:50:02 +00:00
|
|
|
"grunt-contrib-clean": "^1.0.0",
|
|
|
|
"grunt-contrib-copy": "^1.0.0",
|
2017-02-04 01:16:30 +00:00
|
|
|
"grunt-contrib-htmlmin": "^2.2.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",
|
2017-02-19 12:51:13 +00:00
|
|
|
"grunt-inline": "https://github.com/xf-/grunt-inline.git",
|
2017-01-28 14:33:13 +00:00
|
|
|
"grunt-json-minify": "^1.1.0",
|
2016-05-22 14:50:02 +00:00
|
|
|
"grunt-postcss": "^0.8.0",
|
2016-12-26 02:44:59 +00:00
|
|
|
"grunt-sass": "^2.0.0",
|
|
|
|
"grunt-sass-lint": "^0.2.2"
|
2015-03-29 14:14:10 +00:00
|
|
|
},
|
|
|
|
"eslintConfig": {
|
|
|
|
"env": {
|
|
|
|
"browser": true,
|
|
|
|
"amd": true,
|
|
|
|
"es6": true,
|
|
|
|
"node": true
|
|
|
|
}
|
2017-01-16 16:39:17 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"almond": "^0.3.3",
|
|
|
|
"chroma-js": "^1.2.1",
|
|
|
|
"d3": "3.5",
|
2017-01-17 17:58:08 +00:00
|
|
|
"leaflet": "https://github.com/davojta/Leaflet.git#stable_0_7_7_1_release",
|
2017-01-16 16:39:17 +00:00
|
|
|
"leaflet-label": "^0.2.1-0",
|
|
|
|
"moment": "^2.17.1",
|
2017-02-04 01:16:30 +00:00
|
|
|
"node-polyglot": "^2.2.2",
|
2017-01-16 16:39:17 +00:00
|
|
|
"promise-polyfill": "^6.0.2",
|
2017-02-06 00:50:08 +00:00
|
|
|
"rbush": "^2.0.1",
|
2017-01-16 16:39:17 +00:00
|
|
|
"requirejs": "^2.3.2",
|
|
|
|
"virtual-dom": "^2.1.1"
|
2015-03-29 12:43:02 +00:00
|
|
|
}
|
|
|
|
}
|