forked from senecajs/seneca
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (41 loc) · 1.26 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
{
"name": "seneca",
"description": "A toolkit for building Minimum Viable Products",
"keywords": ["minimum","viable","product","toolkit","startup","lean"],
"version": "0.4.1",
"homepage": "https://github.com/nodejsdublin/seneca",
"author": "Richard Rodger <[email protected]> (http://richardrodger.com/)",
"contributors": [
"Richard Rodger <[email protected]> (http://richardrodger.com/)",
"Tane Piper <[email protected]> (http://tanepiper.com)",
"Marian Radulescu <[email protected]>",
"Alexandru Mircea <[email protected]>"
],
"engines": {
"node": ">=0.4"
},
"dependencies": {
"underscore": ">=1.4.2",
"gex": ">=0.0.3",
"idgen": ">=1.1.1",
"parambulator": ">=0.1.1",
"async": ">=0.1.22",
"node-uuid": ">=1.3.3",
"connect": ">=2.4.2",
"oauth": ">=0.9.8",
"cookies": ">=0.3.0",
"mongodb": ">=1.1.6",
"mysql": ">=2.0.0-alpha3",
"http-proxy": ">=0.8.3",
"request": ">=2.11.4"
},
"devDependencies": {
"eyes": "*"
},
"main": "lib/seneca",
"files": ["LICENSE.txt","README.md","lib"],
"repository": { "type" : "git", "url" : "https://github.com/rjrodger/seneca.git" },
"engines": {
"node": "*"
}
}