forked from chatziko/FlashPolicyFileServer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 809 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
{
"name": "policyfile"
, "version": "0.0.5"
, "author": "Arnout Kazemier"
, "description": "Flash Socket Policy File Server. A server to respond to Flash Socket Policy requests, both inline and through a dedicated server instance."
, "main": "index"
, "keywords":[
"flash"
, "socket"
, "policy"
, "file"
, "server"
, "Flash Socket Policy File Server"
, "cross domain"
]
, "directories": {
"lib": "./lib"
}
, "maintainers": [{
"name":"Arnout Kazemier"
, "email":"info@3rd-Eden.com"
, "web":"http://blog.3rd-Eden.com"
}]
, "license": {
"type": "MIT"
, "url": "https://github.com/3rd-Eden/FlashPolicyFileServer/blob/master/LICENSE"
}
, "repository": {
"type": "git"
, "url" : "https://github.com/3rd-Eden/FlashPolicyFileServer.git"
}
}