-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
33 lines (33 loc) · 880 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
{
"name": "bokeh-leapmotion",
"version": "1.0.0",
"description": "",
"main": "index.js",
"dependencies": {
"leapjs": "^0.6.4",
"leapjs-plugins": "^0.1.12"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-env": "^1.6.0",
"webpack": "^4.0.0",
"webpack-cli": "^2.0.15",
"webpack-dev-server": "^3.1.3"
},
"scripts": {
"start": "webpack --config webpack.config.js",
"start:dev": "webpack-dev-server --config webpack.config.js",
"watch": "webpack --watch --config webpack.config.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jeesunikim/leap-motion.git"
},
"author": "Jeesun Kim",
"license": "ISC",
"bugs": {
"url": "https://github.com/jeesunikim/leap-motion/issues"
},
"homepage": "https://github.com/jeesunikim/leap-motion#readme"
}