-
Notifications
You must be signed in to change notification settings - Fork 34
/
package.json
47 lines (47 loc) · 1.03 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
{
"name": "jibo-sdk",
"main": "./lib/main",
"version": "0.24.5",
"description": "Jibo's Robot plugin.",
"scripts": {
"test": "gulp test"
},
"engines": {
"atom": ">0.170.0"
},
"dependencies": {
"animation-utilities": "0.2.14",
"async": "^1.0.0",
"atom-space-pen-views": "^2.0.5",
"clamp": "^1.0.1",
"color-space": "^1.2.1",
"color-string": "^0.3.0",
"drag-helper": "^1.2.3",
"fluent-ffmpeg": "^2.0.1",
"jibo": "0.9.2",
"jibo-keyframes": "0.4.5",
"jibo-parser": "0.7.8",
"jibo-tools": "0.20.9",
"jquery": "^2.1.3",
"jsonschema": "^1.0.2",
"lodash": "^3.7.0",
"marked": "^0.3.5",
"mkdirp": "^0.5.0",
"node-pid-controller": "^0.1.1",
"normalize-path": "^1.0.0",
"react": "^0.13.3",
"region": "^2.1.2",
"underscore-plus": "^1.6.6",
"tinycolor2": "^1.1.1",
"url-parse-as-address": "^1.0.0",
"vis": "^4.2.0"
},
"license": "SEE LICENSE IN LICENSE.txt",
"repository": {
"type": "git",
"url": "https://github.com/jiborobot/jibo-sdk"
},
"bugs": {
"url": "mailto://[email protected]"
}
}