source: trip-planner-front/node_modules/node-forge/flash/package.json@ ceaed42

Last change on this file since ceaed42 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 1.0 KB
Line 
1{
2 "name": "node-forge-flash",
3 "version": "0.0.0",
4 "private": true,
5 "description": "Flash build support for Forge.",
6 "homepage": "https://github.com/digitalbazaar/forge",
7 "author": {
8 "name": "Digital Bazaar, Inc.",
9 "email": "support@digitalbazaar.com",
10 "url": "http://digitalbazaar.com/"
11 },
12 "devDependencies": {
13 "flex-sdk": ""
14 },
15 "repository": {
16 "type": "git",
17 "url": "https://github.com/digitalbazaar/forge"
18 },
19 "bugs": {
20 "url": "https://github.com/digitalbazaar/forge/issues",
21 "email": "support@digitalbazaar.com"
22 },
23 "license": "(BSD-3-Clause OR GPL-2.0)",
24 "scripts": {
25 "build": "mxmlc -debug=false -define=CONFIG::debugging,false -define=CONFIG::release,true -compiler.source-path=. -static-link-runtime-shared-libraries -output=swf/SocketPool.swf SocketPool.as",
26 "build-debug": "mxmlc -debug=true -define=CONFIG::debugging,true -define=CONFIG::release,false -compiler.source-path=. -static-link-runtime-shared-libraries -output=swf/SocketPool.swf SocketPool.as"
27 }
28}
Note: See TracBrowser for help on using the repository browser.