source: js/human_3d_alignment/package.json @ 881

Last change on this file since 881 was 881, checked in by Maciej Komosinski, 5 years ago

Initial, prototype version of a javascript app to test how humans align two 3D structures

File size: 1.7 KB
Line 
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    "Grzegorz Latosiński",
28    "Agnieszka Mensfelt <agnieszka.mensfelt@cs.put.poznan.pl>",
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",
50    "react-treebeard": "^2.1.0",
51    "strip-comment": "^1.1.3",
52    "three": "^0.88.0",
53    "three-orbit-controls": "^82.1.0"
54  },
55  "devDependencies": {
56    "babel-plugin-undeclared-variables-check": "^6.22.0",
57    "babel-preset-es2015": "^6.24.1",
58    "babel-preset-react": "^6.24.1",
59    "babelify": "^8.0.0",
60    "browser-sync": "^2.18.13",
61    "browserify": "^16.1.1",
62    "gulp": "^3.9.1",
63    "gulp-jsdoc3": "^1.0.1",
64    "gulp-sourcemaps": "^2.6.3",
65    "vinyl-buffer": "^1.0.1",
66    "vinyl-source-stream": "^2.0.0"
67  }
68}
Note: See TracBrowser for help on using the repository browser.