forked from jb8642/DroidScript-Web
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 930 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 930 Bytes
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
{
"name": "droidscript-web",
"version": "1.0.0",
"description": "Framework which allows DroidScript apps to be converted into mobile and desktop HTML5 apps with virtually no code changes.",
"main": "dsmain.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://downwa:PourHisBless1ng@github.com/DroidScript/DroidScript-Web.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/DroidScript/DroidScript-Web/issues"
},
"homepage": "https://github.com/DroidScript/DroidScript-Web#readme",
"dependencies": {
"better-sqlite3": "^4.2.0",
"colors": "^1.3.3",
"command-line-args": "^5.0.2",
"console-ten": "^0.0.5",
"editions": "^2.1.3",
"errlop": "^1.1.1",
"node-column-parser": "^1.0.1",
"node-ipc": "^9.1.1",
"watchr": "^4.1.0",
"websocket": "^1.0.28"
}
}