-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
50 lines (50 loc) · 949 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
39
40
41
42
43
44
45
46
47
48
49
50
{
"name" : "trinte",
"description": "TrinteJS - MVC framework for NodeJS",
"version": "0.4.6",
"keywords": [
"app",
"mvc",
"web-framework",
"framework",
"trinte",
"trintejs",
"caminte",
"mongoose",
"express",
"redis",
"mongodb",
"mysql",
"postgres",
"sqlite3"
],
"homepage": "http://www.trintejs.com/",
"author": {
"name": "Aleksej Gordejev",
"email": "[email protected]",
"url": "https://github.com/biggora/"
},
"repository": {
"type": "git",
"url": "git://github.com/biggora/trinte.git"
},
"license": "MIT",
"main": "trinte",
"engines": {
"node": ">=4.3.0",
"npm": ">=2.15.11"
},
"dependencies": {
"trinte-creator": "^0.3.0",
"trinte-themes": "^0.1.4"
},
"devDependencies": {
},
"optionalDependencies": {
"npm": "^2.15.11"
},
"bin": {
"trinte": "./lib/trinte.js",
"trintejs": "./lib/trinte.js"
}
}