-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 937 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 937 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
{
"name": "Leap-Motion-Web-SDK",
"version": "1.0.0",
"description": "_I'll add proper documentation when \"complete\"_",
"main": "index.js",
"scripts": {
"build": "parcel build script/leap-motion/Element.js -d . --out-file leap-motion.js --no-source-maps --no-cache && cp leap-motion.js extension & cp leap-motion.js max/jweb/script",
"build-server" : "parcel build script/leap-motion/LeapMotion.js -d node --out-file LeapMotion.js --no-source-maps --no-cache && cp node/LeapMotion.js max/node-for-max"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zakaton/Leap-Motion-Web-SDK.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/zakaton/Leap-Motion-Web-SDK/issues"
},
"homepage": "https://github.com/zakaton/Leap-Motion-Web-SDK#readme",
"dependencies": {
"esm": "^3.2.25",
"three": "^0.107.0",
"ws": "^7.1.1"
}
}