21 lines
413 B
JSON
21 lines
413 B
JSON
|
|
{
|
||
|
|
"name": "jibo",
|
||
|
|
"version": "0.9.2",
|
||
|
|
"description": "jibo api",
|
||
|
|
"platform": ">=0.7.0",
|
||
|
|
"main": "lib/main.js",
|
||
|
|
"scripts": {
|
||
|
|
"test": "gulp test"
|
||
|
|
},
|
||
|
|
"dependencies": {
|
||
|
|
"animation-utilities": "0.2.14",
|
||
|
|
"async": "^1.5.2",
|
||
|
|
"callsite": "^1.0.0",
|
||
|
|
"jibo-keyframes": "0.4.5",
|
||
|
|
"pascal-case": "^1.1.1",
|
||
|
|
"semver": "^5.0.3",
|
||
|
|
"uuid": "^2.0.1"
|
||
|
|
},
|
||
|
|
"author": "",
|
||
|
|
"license": "SEE LICENSE IN LICENSE.txt"
|
||
|
|
}
|