forked from airhorns/batman
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (46 loc) · 1.17 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
{
"name": "batman",
"description": "A full-stack JavaScript framework that helps you build rich, single-page applications with power and speed.",
"author": "Nick Small <[email protected]> (http://github.com/nciagra)",
"contributors": [
"Harry Brundage <[email protected]> (http://github.com/hornairs)",
"James MacAulay <[email protected]> (http://github.com/jamesmacaulay)",
"Kamil Tusznio <[email protected]> (http://github.com/ktusznio)"
],
"version": "0.8.0",
"homepage": "http://batmanjs.org",
"repository": {
"type": "git",
"url": "git://github.com/Shopify/batman.git"
},
"main": "./lib/batman.node.js",
"bin" : {
"batman" : "./tools/batman"
},
"scripts": {
"test": "cake test",
"build": "cake build"
},
"dependencies": {
"connect": "~1.6.1",
"coffee-script": "1.1.2"
},
"engines": {
"node": "0.4.x"
},
"devDependencies": {
"daemon": "~0.3.0",
"docco": "~0.3.0",
"now": "~0.5",
"glob": "~2.0",
"jsdom": "0.2.5",
"qunit": "0.1.5",
"q": "~>0.6.0",
"muffin": "0.2.4",
"uglify-js": "1.1.0",
"temp": "~>0.2.0"
},
"batman": {
"build": false
}
}