forked from 1602/compound
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 816 Bytes
/
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
{
"name": "railway",
"version": "0.2.6",
"author": "Anatoliy Chakkaev",
"description": "RailwayJS - Ruby-on-Rails inspired MVC web framework, fully ExpressJS compatible",
"keywords": ["mvc", "web-framework", "rails", "ruby-on-rails", "express", "railway"],
"homepage": "http://railwayjs.com",
"engines": [
"node >= 0.4.0"
],
"main": "lib/onrailway",
"bin": {
"railway": "bin/railway",
"rw": "bin/railway"
},
"dependencies": {
"jugglingdb": ">= 0.0.6",
"yaml": ">= 0.1.2",
"coffee-script": ">= 1.1.1",
"ejs-ext": ">= 0.0.8",
"jade-ext": ">= 0.0.5",
"railway-routes": ">= 0.0.2"
},
"repository": {
"type": "git",
"url": "git://github.com/1602/express-on-railway.git"
},
"devDependencies": {},
"scripts": {
"test": "nodeunit test"
}
}