forked from dataarts/dat.guiVR
-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
31 lines (31 loc) · 810 Bytes
/
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
{
"name": "datguivr",
"version": "0.1.1",
"description": "A flexible graphical user interface for changing variables within WebVR.",
"main": "build/datguivr.min.js",
"author": "Google Data Arts Team",
"scripts": {
"dev": "grunt",
"postinstall": "patch-package"
},
"dependencies": {
"core-js": "^3.35.1",
"parse-bmfont-ascii": "^1.0.6",
"patch-package": "^6.5.1",
"three-bmfont-text": "^3.0.1"
},
"devDependencies": {
"babel-preset-es2015": "*",
"babelify": "^7.3.0",
"express": "*",
"grunt": "*",
"grunt-browserify": "*",
"grunt-cli": "*",
"grunt-concurrent": "*",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-uglify": "^2.0.0",
"grunt-contrib-watch": "*",
"grunt-express-server": "*",
"load-grunt-tasks": "*"
}
}