-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
23 lines (23 loc) · 732 Bytes
/
Copy pathpackage.json
File metadata and controls
23 lines (23 loc) · 732 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "edge-animate-hack",
"version": "0.0.2",
"description": "A hacked version of the Adobe Edge Animate runtime, to allow animations to be more easily used and controlled when using a require style dev workflow.",
"main": "edge.5.0.1-hack.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/ichabodcole/EdgeAnimate-import-hack.git"
},
"keywords": [
"adobe",
"adobe-edge"
],
"author": "Adobe / hacks by Ichabodcole",
"license": "Adobe",
"bugs": {
"url": "https://github.com/ichabodcole/EdgeAnimate-import-hack/issues"
},
"homepage": "https://github.com/ichabodcole/EdgeAnimate-import-hack"
}