forked from dbankier/TiShadow
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.14 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
{
"name": "tishadow",
"version": "2.5.5",
"dependencies": {
"ticonfig": ">= 0.2.5",
"jade": ">= 0.0.1",
"socket.io": ">= 0.9.6",
"socket.io-client": "0.9.x",
"colors": ">=0.6.0-1",
"commander": "1.0.x",
"pkginfo": "0.2.3",
"jshint": "0.9.1",
"wrench": "~1.4.4",
"underscore": "1.4.x",
"archiver": "0.4.8",
"express": "~3.3.4",
"lazystream": "~0.1.0",
"form-data": "~0.1.0",
"uglify-js": "~2.4.0",
"mocha": "~1.12.1",
"tiapp": "0.0.2",
"gaze": "~0.4.3",
"glob": "~3.2.8",
"async": "~0.2.9",
"mkdirp": "~0.3.5"
},
"devDependencies": {},
"optionalDependencies": {},
"engines": {
"node": "0.10.x"
},
"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 Public License v2",
"framework": "none",
"main": "server/app.js"
}