-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
36 lines (36 loc) · 912 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
32
33
34
35
36
{
"name": "mrjs",
"version": "0.0.3",
"description": "A simple way to build applications for the hololens with Javascript and ThreeJS.",
"main": "index.js",
"scripts": {
"start": "echo \"Framework being updated to webpack. Just uploading to npm to claim name\" && exit 1",
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"mrjs": "bin/mrjs.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dbradleyfl/Mixed-Reality-JS.git"
},
"keywords": [
"mrjs",
"mixed reality",
"mixed reality js",
"augmented reality",
"reality",
"hololens",
"three",
"js"
],
"author": "Devon Bradley",
"license": "BSD",
"bugs": {
"url": "https://github.com/dbradleyfl/Mixed-Reality-JS/issues"
},
"homepage": "https://github.com/dbradleyfl/Mixed-Reality-JS#readme",
"dependencies": {
"shelljs": "^0.7.7"
}
}