forked from phusion/passenger
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 722 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 722 Bytes
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
{
"__comment__": [
"This file is only meant for shrinkwrapping the development dependencies."
],
"name": "passenger",
"version": "0.0.0",
"description": "A fast and robust web server and application server for Ruby, Python and Node.js",
"main": "index.js",
"dependencies": {
"should": "^2.0.1",
"sinon": "^1.7.3",
"express": "^3.4.8",
"mocha": "^1.15.1"
},
"scripts": {
"test": "rake test:node"
},
"repository": {
"type": "git",
"url": "git://github.com/phusion/passenger.git"
},
"author": "Phusion <info@phusion.nl>",
"license": "MIT",
"bugs": {
"url": "https://github.com/phusion/passenger/issues"
},
"homepage": "https://www.phusionpassenger.com"
}