-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 878 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
32
33
34
35
36
37
38
{
"author": "Jason Gornall <[email protected]>",
"main": "./bin/stylus-help",
"bugs": {
"email": "[email protected]"
},
"devDependencies": {
"coffee-script": "1.7.x"
},
"description": "A Tool to find functions exposed in a swf",
"directories": {
"bin": "./bin"
},
"keywords": [
"swf",
"functions",
"flash functions",
"ExternalInterface",
"Flash Function Finder",
"Get ExternalInterface definitions in javascript",
"flash",
"swf",
"expose funcitons",
"find flash callbacks"
],
"name": "flashfunctionfinder",
"repository": {
"type": "git",
"url": "[email protected]:jasongornall/FlashFunctionFinder.git"
},
"scripts": {
"prepublish": "cake build"
},
"version": "1.0.5",
"bin": {},
"homepage": "https://github.com/jasongornall/FlashFunctionFinder",
"license": "ISC"
}