forked from node4good/formage
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
98 lines (98 loc) · 2.16 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
{
"name": "formage",
"description": "Admin GUI addon for mongoose, jugglingdb, or just as a form generator",
"version": "2.5.6",
"main": "lib/index.js",
"author": {
"name": "Etai Peretz",
"email": "[email protected]",
"url": "http://www.empeeric.com/"
},
"contributors": [
{
"name": "Ishai Jaffe",
"email": "[email protected]",
"url": "http://www.bablic.com/"
},
{
"name": "Refael Ackermann",
"email": "[email protected]",
"url": "http://www.empeeric.com/"
},
{
"email": "[email protected]",
"url": "http://www.empeeric.com/"
},
{
"name": "Alon Valadji",
"email": "[email protected]",
"url": "http://www.empeeric.com/"
}
],
"dependencies": {
"lodash": "",
"lodash-contrib": "",
"async": "",
"cloudinary": "",
"nodestrum": "",
"node-ckeditor": "",
"formage-mongoose-types": "",
"mpromise": ">= 0.5.0",
"connect-multiparty": ""
},
"devDependencies": {
"jade": "0.35.0",
"express": "",
"mongoose": "LearnBoost/mongoose.git",
"jugglingdb": "",
"istanbul": "",
"tingodb": "Empeeric/tingodb.git",
"tungus": "",
"chai": "Empeeric/chai.git",
"mocha": "",
"jshint": "",
"grist": ""
},
"optionalDevDependencies": {
"msnodesql": "",
"jugglingdb-mssql": ""
},
"keywords": [
"admin",
"forms",
"cross-database",
"mongoose",
"mongoose-gui",
"juggling",
"jugglingdb",
"backoffice",
"cms"
],
"repository": {
"type": "git",
"url": "https://github.com/Empeeric/formage.git"
},
"scripts": {
"start": "node example/classic/app",
"test": "mocha",
"lint": "jshint .",
"cover": "istanbul cover ./node_modules/mocha/bin/_mocha -x generated/**",
"postpublish": "git push origin master --tags",
"prepublish": "node utils/CompileTempletes.js"
},
"bugs": {
"url": "https://github.com/Empeeric/formage/issues"
},
"directories": {
"example": "./example"
},
"engines": {
"node": "0.10.x"
},
"licenses": [
{
"type": "MIT",
"url": "https://raw.github.com/Empeeric/formage/master/LICENSE"
}
]
}