UNPKG

1.17 kBJSONView Raw
1{
2 "name": "batman",
3 "description": "A full-stack JavaScript framework that helps you build rich, single-page applications with power and speed.",
4 "author": "Nick Small <nick@shopify.com> (http://github.com/nciagra)",
5 "contributors": [
6 "Harry Brundage <harry.brundage@shopify.com> (http://github.com/hornairs)",
7 "James MacAulay <james@shopify.com> (http://github.com/jamesmacaulay)",
8 "Kamil Tusznio <kamil.tusznio@shopify.com> (http://github.com/Kktusznio)"
9 ],
10
11 "version": "0.5.0",
12 "homepage": "http://batmanjs.org",
13 "repository": {
14 "type": "git",
15 "url": "git://github.com/Shopify/batman.git"
16 },
17 "main": "./lib/batman.node.js",
18 "bin" : {
19 "batman" : "./tools/batman"
20 },
21 "scripts": {
22 "test": "cake test",
23 "build": "cake build"
24 },
25 "dependencies": {
26 "connect": "~1.6.1"
27 },
28 "engines": {
29 "node": "0.4.x"
30 },
31 "devDependencies": {
32 "coffee-script": "~1.1",
33 "daemon": "~0.3.0",
34 "docco": "~0.3.0",
35 "now": "~0.5",
36 "glob": "~2.0",
37 "jsdom": "~0.2.0",
38 "qunit": "~0.1.5",
39 "q": "~>0.6.0",
40 "muffin": "~>0.1.7",
41 "temp": "~>0.2.0"
42 },
43 "batman": {
44 "build": false
45 }
46}