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
|
|
|
"devDependencies": {
|
2017-05-07 00:00:35 +00:00
|
|
|
"babel-eslint": "^7.2.3",
|
2017-05-24 14:15:50 +00:00
|
|
|
"browser-sync": "^2.18.12",
|
2017-04-16 14:14:36 +00:00
|
|
|
"eslint": "^3.19.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-05-14 20:57:52 +00:00
|
|
|
"eslint-plugin-react": "^7.0.1",
|
2017-03-22 22:13:37 +00:00
|
|
|
"gulp": "github:gulpjs/gulp#4.0",
|
2017-05-14 20:57:52 +00:00
|
|
|
"gulp-autoprefixer": "^4.0.0",
|
2017-03-22 22:13:37 +00:00
|
|
|
"gulp-cache-bust": "^1.1.0",
|
|
|
|
"gulp-environments": "^0.1.2",
|
|
|
|
"gulp-eslint": "^3.0.1",
|
|
|
|
"gulp-htmlmin": "^3.0.0",
|
|
|
|
"gulp-inject": "^4.2.0",
|
|
|
|
"gulp-jsonminify": "^1.0.0",
|
|
|
|
"gulp-kyh-inline-source": "^3.0.2",
|
|
|
|
"gulp-load-plugins": "^1.5.0",
|
2017-03-27 19:34:02 +00:00
|
|
|
"gulp-real-favicon": "^0.2.2",
|
2017-03-22 22:13:37 +00:00
|
|
|
"gulp-requirejs-optimize": "^1.2.0",
|
|
|
|
"gulp-sass": "^3.1.0",
|
|
|
|
"gulp-sass-lint": "^1.3.2",
|
2017-04-16 14:14:36 +00:00
|
|
|
"gulp-sourcemaps": "^2.6.0",
|
2017-05-24 14:15:50 +00:00
|
|
|
"gulp-uglify": "^3.0.0"
|
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",
|
2017-05-14 20:57:52 +00:00
|
|
|
"d3-drag": "^1.1.0",
|
2017-03-16 23:31:13 +00:00
|
|
|
"d3-force": "^1.0.6",
|
2017-05-24 14:15:50 +00:00
|
|
|
"d3-selection": "^1.1.0",
|
2017-05-14 20:57:52 +00:00
|
|
|
"d3-zoom": "^1.2.0",
|
2016-12-28 03:21:55 +00:00
|
|
|
"leaflet": "^1.0.3",
|
2017-01-16 16:39:17 +00:00
|
|
|
"moment": "^2.17.1",
|
2017-05-24 14:15:50 +00:00
|
|
|
"navigo": "^4.8.0",
|
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",
|
2017-05-24 14:15:50 +00:00
|
|
|
"snabbdom": "^0.6.9"
|
2015-03-29 12:43:02 +00:00
|
|
|
}
|
|
|
|
}
|