meshviewer/package.json

59 lines
1.5 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-3.0",
"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.7.7",
2017-02-04 01:16:30 +00:00
"babel-eslint": "^7.1.1",
"eslint": "^3.17.1",
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",
"grunt": "^1.0.1",
"grunt-browser-sync": "^2.2.0",
2016-05-29 16:22:06 +00:00
"grunt-cache-breaker": "^2.0.1",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-htmlmin": "^2.3.0",
"grunt-contrib-requirejs": "^1.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-eslint": "^19.0.0",
"grunt-inline": "https://github.com/xf-/grunt-inline.git",
2017-01-28 14:33:13 +00:00
"grunt-json-minify": "^1.1.0",
"grunt-postcss": "^0.8.0",
"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
}
},
"dependencies": {
"almond": "^0.3.3",
"d3-drag": "^1.0.4",
"d3-force": "^1.0.6",
"d3-selection": "^1.0.5",
"d3-zoom": "^1.1.3",
2016-12-28 03:21:55 +00:00
"leaflet": "^1.0.3",
"moment": "^2.17.1",
2017-02-04 01:16:30 +00:00
"node-polyglot": "^2.2.2",
"promise-polyfill": "^6.0.2",
2017-02-06 00:50:08 +00:00
"rbush": "^2.0.1",
"requirejs": "^2.3.2",
"virtual-dom": "^2.1.1"
2015-03-29 12:43:02 +00:00
}
}