forked from DroidDemos/Primrose
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.17 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
41
42
43
44
45
46
47
{
"name": "Primrose",
"description": "Primrose is a for Virtual Reality applications in Web browsers. It includes a basic syntax highlighting text editor.",
"version": "0.18.3",
"author": "Sean T. McBeth <[email protected]> (https://www.seanmcbeth.com)",
"license": "GPL-3.0",
"homepage": "http://www.primrosevr.com",
"repository": {
"type": "git",
"url": "https://github.com/capnmidnight/Primrose.git"
},
"bugs": "https://github.com/capnmidnight/Primrose/issues",
"files": [
"LICENSE",
"README.md",
"bin/",
"examples/",
"lib/"
],
"keywords": [
"virtual reality",
"VR",
"framework",
"text",
"editor",
"HTML5",
"canvas",
"syntax",
"highlighting"
],
"dependencies": {
"cannon": "schteppe/cannon.js",
"leapjs": "^0.6.4",
"socket.io": "^1.3.6",
"socket.io-client": "^1.3.6",
"three.js": "capnmidnight/three.js"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-clean": "^0.6.0",
"grunt-exec": "^0.4.6",
"grunt-contrib-copy": "^0.7.0",
"grunt-contrib-concat": "^0.5.0",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-uglify": "^0.7.0"
}
}