-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
33 lines (32 loc) · 1.05 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
{
"name":"base12",
"description":"12factor.net app platform for node.js, built on express 3",
"version":"0.3.5",
"author":"Hunter Loftis <[email protected]>",
"contributors": [
{ "name": "Hunter Loftis", "email": "[email protected]" },
{ "name": "Jim Snodgrass", "email": "[email protected]" },
{ "name": "David Becher", "email": "[email protected]" },
{ "name": "Chris Gomez", "email": "[email protected]" },
{ "name": "Kenny Parnell", "email": "[email protected]" },
{ "name": "Raquel Velez", "email": "[email protected]" }
],
"dependencies": {
"express": "3.0.1",
"connect": "2.6.2",
"async":"0.1.11",
"underscore":"1.4.2",
"jade":"0.27.6",
"commander":"1.1.1"
},
"devDependencies": {
},
"keywords": ["base12", "framework", "web", "rest", "restful", "deploy", "deployment", "12factor", "cloud"],
"repository": "https://github.com/Skookum/base12",
"main": "index",
"bin": { "base12": "./bin/base12"},
"scripts": {
"prepublish": "npm prune"
},
"engines": { "node": ">= 0.6.0"}
}