forked from dbankier/TiShadow
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
38 lines (38 loc) · 917 Bytes
/
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
{
"name": "tishadow",
"version": "0.6.9",
"dependencies": {
"express": "2.5.2",
"jade": ">= 0.0.1",
"socket.io": ">= 0.9.6",
"socket.io-client": ">=0.9.11",
"path": ">=0.4.9",
"xml2js": "0.1.x",
"colors": ">=0.6.0-1",
"commander": "1.0.x",
"pkginfo": "0.2.3",
"jshint": "0.9.1",
"restler": "~2.0.1",
"wrench": "1.4.x",
"underscore": "1.4.x",
"archiver": "0.4.3"
},
"devDependencies": {},
"optionalDependencies": {},
"engines": {
"node": "0.8.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"
},
"license": "Apache Public License v2",
"framework": "none",
"private": "true",
"main": "server/app.js"
}