forked from 1602/compound
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 963 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
33
34
35
36
37
38
{
"name": "railway",
"version": "1.0.1",
"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"
],
"url": "http://railwayjs.com",
"main": "lib/onrailway",
"bin": {
"railway": "bin/railway",
"rw": "bin/railway"
},
"dependencies": {
"yaml-js": ">= 0.0.2",
"coffee-script": ">= 1.1.1",
"ejs-ext": ">= 0.0.8",
"jade-ext": ">= 0.0.5",
"railway-routes": ">= 0.0.6",
"seedjs": "*",
"express": "~ 2.x"
},
"repository": {
"type": "git",
"url": "https://github.com/1602/express-on-railway.git"
},
"devDependencies": {
"jugglingdb": ">= 0.1.3",
"nodeunit": "*",
"semicov": "*"
},
"scripts": {
"test": "./support/nodeunit/bin/nodeunit test"
}
}