forked from trabian/titanium-backbone
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
70 lines (70 loc) · 1.66 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "titanium-backbone",
"version": "0.5.3",
"homepage": "https://github.com/trabian/titanium-backbone",
"description": "Framework for Titanium apps built with Backbone",
"dependencies": {
"backbone": "0.9.10",
"commander": "0.5.x",
"jade": "0.20.x",
"pretty-data": "0.20.x",
"underscore": "1.4.x",
"node-uuid": "1.3.x",
"stitch-up": "0.3.9",
"stylus": "0.32.x",
"titanium": "3.0.x",
"wrench": "1.3.x",
"backbone.stickit": "git://github.com/trabianmatt/backbone.stickit.git#titanium",
"chaplin": "git://github.com/trabian/chaplin#0.7.0-pre"
},
"devDependencies": {
"chai": "1.3.0",
"coffee-script": "1.4.x",
"mocha": "1.3.x",
"sinon": "1.5.x",
"libxmljs": "0.6.x"
},
"bin": {
"titanium-backbone": "./bin/tb",
"tb": "./bin/tb"
},
"scripts": {
"test": "node_modules/.bin/cake build:test && node_modules/.bin/mocha"
},
"author": {
"name": "Matt Dean",
"email": "[email protected]"
},
"bugs": {
"url": "https://github.com/trabian/titanium-backbone/issues",
"email": "[email protected]"
},
"main": "./lib/index.coffee",
"stitch": {
"identifier":"stitchRequire",
"output":
{
"test": "test.js"
},
"paths": [
"src",
"node_modules/chaplin/src"
],
"testPaths": [
"test/src"
],
"dependencies": [
"deps/console.coffee",
"vendor/underscore.js",
"vendor/backbone.js",
"vendor/jquery.deferred.js",
"vendor/jquery.param.js",
"backbone.stickit:backbone.stickit.js",
"vendor/jade.js"
],
"testDependencies": [
"ti/dist.js"
],
"images": "vendor/images"
}
}