-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·58 lines (58 loc) · 1.44 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
48
49
50
51
52
53
54
55
56
57
58
{
"name": "leap_motion_codes_book",
"version": "0.0.1",
"description": "",
"homepage": "https://www.facebook.com/groups/leapmotionJp/",
"bugs": "https://github.com/LeapMotionDeveloperJp/Codes-of-Book/issues",
"main": "index.js",
"author": "LeapMotion Developers Jp",
"repository": {
"type": "git",
"url": "https://github.com/LeapMotionDeveloperJp/Codes-of-Book"
},
"license": "MIT",
"keywords": [
"robot",
"robots",
"robotics",
"iot",
"hardware",
"leap",
"leap motion",
"leapmotion"
],
"devDependencies": {
"chai": "^3.5.0",
"esdoc": "^0.4.8",
"eslint": "^3.10.1",
"mocha": "^3.1.2",
"sinon": "^1.17.6"
},
"dependencies": {
"babel-cli": "^6.18.0",
"babel-core": "^6.18.2",
"babel-loader": "^6.2.8",
"babel-preset-es2015": "^6.18.0",
"babel-register": "^6.18.0",
"chalk": "^1.1.3",
"clear": "0.0.1",
"clui": "^0.3.1",
"console.table": "^0.8.0",
"cylon": "^1.3.0",
"cylon-firmata": "^0.24.0",
"cylon-gpio": "^0.30.1",
"cylon-i2c": "^0.26.1",
"cylon-leapmotion": "^0.21.0",
"figlet": "^1.2.0",
"inquirer": "^1.2.3",
"leapjs": "^0.6.4",
"webpack": "^2.2.1"
},
"scripts": {
"test": "mocha --compilers js:babel-core/register $(find test -name '*.es')",
"build": "babel src -d lib -w",
"lint": "eslint src/*.es",
"start": "npm run build | node index.js",
"document": "esdoc -c esdoc.json"
}
}