-
Notifications
You must be signed in to change notification settings - Fork 122
/
package.json
51 lines (51 loc) · 1.23 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
{
"name": "tishadow",
"version": "3.2.1",
"dependencies": {
"@babel/core": "^7.8.7",
"@babel/preset-env": "^7.8.7",
"archiver": "^3.1.1",
"async": "^3.2.0",
"chokidar": "^3.3.1",
"colors": "^1.4.0",
"commander": "^4.1.1",
"express": "^4.17.1",
"form-data": "^3.0.0",
"fs-extra": "^8.1.0",
"ipselector": "^0.1.4",
"istanbul": "^0.4.5",
"jshint": "^2.11.0",
"lazystream": "^1.0.0",
"mocha": "^7.1.0",
"multiparty": "^4.2.1",
"node-notifier": "^6.0.0",
"pkginfo": "^0.4.1",
"prompt": "^1.2.0",
"pug": "^2.0.4",
"socket.io": "^2.4.1",
"socket.io-client": "^2.3.0",
"tiapp": "0.0.3",
"uglify-js": "^3.8.0",
"underscore": "^1.13.1",
"update-notifier": "^4.1.0"
},
"engines": {
"node": ">=0.12"
},
"author": "David Bankier <david@yydigital.com> (http://www.yydigital.com)",
"description": "Quick Titanium previews across devices",
"repository": {
"type": "git",
"url": "git://github.com/dbankier/TiShadow.git"
},
"bin": {
"tishadow": "./cli/tishadow",
"ts": "./cli/tishadow"
},
"scripts": {
"postinstall": "node cli/tishadow express"
},
"license": "Apache-2.0",
"framework": "none",
"main": "server/app.js"
}