[881] | 1 | { |
---|
| 2 | "name": "matching-js", |
---|
| 3 | "version": "0.0.1", |
---|
| 4 | "description": "GUI for the 3D matching experiment", |
---|
| 5 | "main": "index.js", |
---|
| 6 | "scripts": { |
---|
| 7 | "test": "test", |
---|
| 8 | "start": "gulp" |
---|
| 9 | }, |
---|
| 10 | "repository": { |
---|
| 11 | "type": "svn", |
---|
| 12 | "url": "https://www.framsticks.com/svn/framsticks/js/human_3d_alignment/" |
---|
| 13 | }, |
---|
| 14 | "keywords": [ |
---|
| 15 | "evolutionary design", |
---|
| 16 | "3D model", |
---|
| 17 | "alignment", |
---|
| 18 | "Framsticks", |
---|
| 19 | "artificial life", |
---|
| 20 | "simulation", |
---|
| 21 | "evolution", |
---|
| 22 | "similarity", |
---|
| 23 | "global convexity" |
---|
| 24 | ], |
---|
| 25 | "contributors": [ |
---|
| 26 | "Maciej Komosinski <maciej.komosinski@cs.put.poznan.pl>", |
---|
| 27 | "Agnieszka Mensfelt <agnieszka.mensfelt@cs.put.poznan.pl>", |
---|
[911] | 28 | "Artur Olejnik", |
---|
[881] | 29 | "Szymon Ulatowski" |
---|
| 30 | ], |
---|
| 31 | "license": "ISC", |
---|
| 32 | "bugs": { |
---|
| 33 | "url": "http://framsticks.com/trac/framsticks/report" |
---|
| 34 | }, |
---|
| 35 | "dependencies": { |
---|
| 36 | "babel-core": "^6.26.0", |
---|
| 37 | "babel-preset-es2015": "^6.24.1", |
---|
| 38 | "eslint-plugin-react": "^7.5.1", |
---|
| 39 | "gulp-eslint": "^4.0.1", |
---|
| 40 | "gulp-sourcemaps": "^2.6.3", |
---|
| 41 | "immutability-helper": "^2.6.0", |
---|
| 42 | "lodash": "^4.17.4", |
---|
| 43 | "notevil": "^1.1.0", |
---|
| 44 | "prop-types": "^15.6.0", |
---|
| 45 | "react": "^16.2.0", |
---|
| 46 | "react-contenteditable": "^2.0.5", |
---|
| 47 | "react-dom": "^16.2.0", |
---|
| 48 | "react-grid-layout": "^0.16.6", |
---|
| 49 | "react-icons": "^2.2.7", |
---|
[911] | 50 | "react-input-slider": "^5.1.4", |
---|
| 51 | "react-select": "^3.0.8", |
---|
[881] | 52 | "react-treebeard": "^2.1.0", |
---|
| 53 | "strip-comment": "^1.1.3", |
---|
| 54 | "three": "^0.88.0", |
---|
[911] | 55 | "three-css3drenderer": "^1.0.1", |
---|
| 56 | "three-orbit-controls": "^82.1.0", |
---|
| 57 | "three-trackballcontrols": "0.0.8", |
---|
| 58 | "three-transform-controls": "^1.0.4", |
---|
| 59 | "tween": "^0.9.0" |
---|
[881] | 60 | }, |
---|
| 61 | "devDependencies": { |
---|
| 62 | "babel-plugin-undeclared-variables-check": "^6.22.0", |
---|
| 63 | "babel-preset-es2015": "^6.24.1", |
---|
| 64 | "babel-preset-react": "^6.24.1", |
---|
| 65 | "babelify": "^8.0.0", |
---|
| 66 | "browser-sync": "^2.18.13", |
---|
| 67 | "browserify": "^16.1.1", |
---|
| 68 | "gulp": "^3.9.1", |
---|
| 69 | "gulp-jsdoc3": "^1.0.1", |
---|
| 70 | "gulp-sourcemaps": "^2.6.3", |
---|
| 71 | "vinyl-buffer": "^1.0.1", |
---|
| 72 | "vinyl-source-stream": "^2.0.0" |
---|
| 73 | } |
---|
| 74 | } |
---|