-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 804 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 804 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
32
33
34
35
{
"name": "polymate",
"version": "0.1.7",
"description": "Lottie Animation View for Polymer 2",
"main": "polymate-view.html",
"directories": {
"test": "test"
},
"dependencies": {
"standard-version": "4.4.0"
},
"devDependencies": {},
"scripts": {
"test": "polymer test",
"build": "polymer build",
"serve": "polymer serve"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AfterWebX/polymate-view.git"
},
"keywords": [
"lottie",
"animation",
"polymer",
"after-effects",
"advanced"
],
"author": "John Reemar Dela Rosa <jrddelarosa@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/AfterWebX/polymate-view/issues"
},
"homepage": "https://github.com/AfterWebX/polymate-view#readme"
}