UNPKG

873 BJSONView Raw
1{
2 "name": "lilo",
3 "version": "0.1.13",
4 "description": "Lilo is drop in replacement for Backbone allowing the sharing Backbone routes, models, views on the server side and the client side",
5 "main": "index.js",
6 "dependencies": {
7 "async": "*",
8 "backbone": "*",
9 "coffee-script": "*",
10 "handlebars": "*",
11 "request": "*",
12 "stitch": "*",
13 "underscore": "*"
14 },
15 "devDependencies": {
16 "mocha": "*"
17 },
18 "scripts": {
19 "test": "mocha"
20 },
21 "repository" : {
22 "type" : "git",
23 "url" : "http://github.com/preichenberger/lilo.git"
24 },
25 "bugs" : {
26 "url" : "http://github.com/preichenberger/lilo/issues"
27 },
28 "licenses": [{
29 "type": "MIT",
30 "url": "https://raw.github.com/preichenberger/lilo/master/LICENSE"
31 }],
32 "directories" : {
33 "lib" : "./lib"
34 },
35 "scripts": {
36 "test": "nodeunit test"
37 }
38}