-
-
Notifications
You must be signed in to change notification settings - Fork 43
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 805 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 805 Bytes
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": "vara",
"version": "1.4.1",
"description": "Vara can create realistic text drawing animations using SVG and a JSON file that acts as font",
"main": "src/vara.min.js",
"scripts": {
"build": "babel src/vara.js -d lib --out-file-extension .min.js && cpy lib/vara.min.js src"
},
"repository": {
"type": "git",
"url": "git+https://github.com/akzhy/vara.git"
},
"keywords": [
"text",
"animation",
"drawing"
],
"author": "akzhy",
"license": "MIT",
"bugs": {
"url": "https://github.com/akzhy/vara/issues"
},
"homepage": "https://github.com/akzhy/vara#readme",
"devDependencies": {
"@babel/cli": "^7.16.0",
"@babel/core": "^7.16.0",
"@babel/preset-env": "^7.16.0",
"babel-preset-minify": "^0.5.1",
"cpy-cli": "^3.1.1"
}
}