-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
52 lines (52 loc) · 1.31 KB
/
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "@erikyuzwa/node-air-sdk",
"version": "1.0.8",
"description": "AIR SDK wrapper for npm toolchain updated",
"main": "lib/air",
"scripts": {
"postinstall": "node install.js"
},
"keywords": [
"air",
"flex",
"flash",
"flashplayer",
"awesomesauce"
],
"repository": {
"type": "git",
"url": "git+https://github.com/erikyuzwa/node-air-sdk.git"
},
"homepage": "https://github.com/erikyuzwa/node-air-sdk#readme",
"author": {
"name": "Erik Yuzwa",
"email": "erikyuzwa@gmail.com"
},
"bin": {
"aasdoc": "./bin/aasdoc",
"acompc": "./bin/acompc",
"amxmlc": "./bin/amxmlc",
"asdoc": "./bin/asdoc",
"compc": "./bin/compc",
"fdb": "./bin/fdb",
"fontswf": "./bin/fontswf",
"mxmlc": "./bin/mxmlc",
"optimizer": "./bin/optimizer",
"swcdepends": "./bin/swcdepends",
"swfdump": "./bin/swfdump"
},
"airSdk": {
"darwin": "http://airdownload.adobe.com/air/mac/download/latest/AIRSDK_Compiler.tbz2",
"win32": "http://airdownload.adobe.com/air/win/download/latest/AIRSDK_Compiler.zip"
},
"license": "MIT",
"dependencies": {
"chalk": "^2.4.2",
"extract-zip": "^1.6.7",
"playerglobal-latest": "^0.1.7",
"request": "^2.88.0",
"request-progress": "^3.0.0",
"shelljs": "^0.8.3",
"xml2json": "^0.11.2"
}
}