forked from airhorns/batman
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.62 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
{
"name": "batman.js",
"description": "The best client side framework for Rails developers.",
"author": "Nick Small <[email protected]> (http://github.com/nickjs)",
"contributors": [
"Matt Helm <[email protected]> (http://github.com/matthelm)",
"Kristian PD <[email protected]> (http://github.com/kristianpd)",
"Harry Brundage <[email protected]> (http://github.com/hornairs)"
],
"version": "0.15.0-pre",
"homepage": "http://batmanjs.org",
"repository": {
"type": "git",
"url": "git://github.com/batmanjs/batman.git"
},
"main": "./lib/dist/batman.node.js",
"browser": {
"batman": "./lib/dist/batman.min.js",
"jsdom": false
},
"scripts": {
"test": "./node_modules/.bin/cake test:travis",
"build": "./node_modules/.bin/cake build"
},
"dependencies": {
"connect": "~2.7.4",
"coffee-script": "1.6.3",
"coffee-script-mapped": "0.1.4"
},
"devDependencies": {
"glob": "~3.1.21",
"muffin": "~0.9.0",
"q": "~0.9.2",
"uglify-js": "~2.2.5",
"temp": "~0.5.0",
"connect-assets": "~2.4.1",
"liquor": "~0.0.0",
"snockets": "git://github.com/batmanjs/snockets.git#master",
"karma": "~0.10.1",
"karma-qunit": "~0.1.0",
"karma-script-launcher": "~0.1.0",
"karma-chrome-launcher": "~0.1.0",
"karma-firefox-launcher": "~0.1.0",
"karma-html2js-preprocessor": "~0.1.0",
"karma-coffee-preprocessor": "~0.1.0",
"karma-jasmine": "~0.1.0",
"karma-requirejs": "~0.1.0",
"karma-phantomjs-launcher": "~0.1.0"
},
"engines": {
"node": "~0.8.0 || ~0.10.0"
},
"optionalDependencies": {
"watson": "~1.4.0"
}
}