-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
31 lines (31 loc) · 942 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
{
"name": "bodymovin-to-avd",
"version": "1.0.8",
"description": "Bodymovin to AVD converter",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "browserify src/index.js -o lib/build.js -t [ babelify --presets [ babel-preset-es2015 ] ]"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bodymovin/bodymovin-to-avd.git"
},
"author": "Hernan Torrisi <hernantorrisi@gmail.com> (http://codepen.io/airnan/)",
"license": "ISC",
"bugs": {
"url": "https://github.com/bodymovin/bodymovin-to-avd/issues"
},
"homepage": "https://github.com/bodymovin/bodymovin-to-avd#readme",
"dependencies": {
"transformation-matrix": "^1.4.0",
"transformatrix": "^1.1.1",
"xml": "^1.0.1"
},
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-preset-es2015": "^6.24.1",
"babelify": "^7.3.0",
"browserify": "^14.4.0"
}
}