forked from openbiz/openbiz
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (48 loc) · 1.01 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
{
"name": "openbiz",
"description": "Openbiz framework for building Node.js application",
"version": "4.0.0",
"homepage": "http://github.com/openbiz/openbiz",
"repository": {
"type": "git",
"url": "https://github.com/openbiz/openbiz.git"
},
"author": [
"Jixian Wang <[email protected]>",
"Rocky Swen <[email protected]>"
],
"contributors": [
],
"scripts": {
"start": "node app.js"
},
"dependencies": {
"async": "~0.2.9",
"emailjs": "~0.3.6",
"express": "~3.4.4",
"mongoose": "~3.8.1",
"underscore":"~1.6.0",
"imagemagick": ">=0.1.3"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-jsdoc": "~0.4.2"
},
"engines": {
"node": ">=0.10.0"
},
"readmeFilename": "README.md",
"bugs": {
"url": "https://github.com/openbiz/openbiz/issues"
},
"gitHead": "0b2c62c85ac152c1517ca0681d1f018daa3f4c6b",
"main": "index.js",
"directories": {
"doc": "doc"
},
"keywords": [
"openbiz",
"framework"
],
"license": "BSD"
}