-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (37 loc) · 754 Bytes
/
package.json
File metadata and controls
38 lines (37 loc) · 754 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
32
33
34
35
36
37
38
{
"name": "ti-inspector",
"version": "0.1.2",
"description": "Debug Appcelerator Titanium apps in Chrome DevTools",
"repository": "",
"keywords": [
"titanium",
"appcelerator",
"debugger",
"devtools"
],
"author": "Olivier Morandi",
"license": "MIT",
"dependencies": {
"express": "3.X",
"underscore": "1.4.X",
"async": "0.1.X",
"websocket": "1.0.X",
"xml2js": "0.2.7",
"jade": "*",
"winston": "0.7.X",
"walk": "2.2.X"
},
"devDependencies": {
"jasmine-node": "1.14.X"
},
"scripts": {
"test": "jasmine-node test"
},
"bin": {
"ti-inspector": "bin/inspector.js"
},
"repository" : {
"type" : "git",
"url" : "http://github.com/omorandi/TiInspector.git"
}
}