-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 750 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 750 Bytes
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
{
"name": "aframe-lines",
"version": "1.1.0",
"description": "A component and primitive to draw a series of lines, for A-Frame WebXR. Similar to the line primitive, but draws multiple lines.",
"main": "lines.js",
"scripts": {
"test": "jasmine"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DougReeder/aframe-lines.git"
},
"keywords": [
"lines",
"aframe-component",
"aframe",
"webxr",
"webvr",
"vr"
],
"author": "Doug Reeder <reeder.29@gmail.com>",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/DougReeder/aframe-lines/issues"
},
"homepage": "https://github.com/DougReeder/aframe-lines#readme",
"devDependencies": {
"jasmine": "^3.5.0"
}
}