-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
executable file
·40 lines (40 loc) · 1.11 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "lore-engine",
"version": "1.1.46",
"description": "A WebGL based 3D data visualization engine.",
"main": "./app.js",
"directories": {
"example": "example"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": "git+https://github.com/reymond-group/lore.git",
"author": "Daniel Probst, Reymond Group, University of Bern",
"license": "MIT",
"bugs": {
"url": "https://github.com/reymond-group/lore/issues"
},
"homepage": "https://github.com/reymond-group/lore#readme",
"dependencies": {},
"devDependencies": {
"babel-core": ">=6.26.3",
"babel-preset-env": ">=1.7.0",
"babelify": "^10.0.0",
"browserify": ">=16.2.3",
"docdash": "^1.1.1",
"gulp": "^4.0.2",
"gulp-babel-minify": "^0.5.0",
"gulp-concat": ">=2.6.1",
"gulp-exit": "0.0.2",
"gulp-jsdoc-to-markdown": ">=1.2.2",
"gulp-jsdoc3": ">=2.0.0",
"gulp-rename": ">=1.4.0",
"gulp-sourcemaps": "^2.6.5",
"vinyl-buffer": ">=1.0.1",
"vinyl-source-stream": ">=2.0.0",
"watchify": "^3.11.1",
"webpack-stream": "^5.2.1"
},
"private": false
}