forked from openbiz/openbiz-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (46 loc) · 1.17 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
{
"name": "openbiz-ui",
"description": "Openbiz UI Frameworks, runs on browsers and required by all Openbiz applications",
"version": "1.0.0",
"homepage": "http://github.com/openbiz/openbiz",
"repository": {
"type": "git",
"url": "https://github.com/openbiz/openbiz-ui.git"
},
"author": [
"Jixian Wang <[email protected]>",
"Rocky Swen <[email protected]>"
],
"contributors": [
],
"dependencies": {
"gridfs-stream":"~0.4.1"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-jsdoc": "~0.4.2",
"grunt-contrib-jade": "~0.9.0",
"grunt-contrib-requirejs": "~0.4.1",
"grunt-contrib-clean": "~0.5.0"
},
"engines": {
"node": ">=0.10.0"
},
"readmeFilename": "README.md",
"bugs": {
"url": "https://github.com/openbiz/openbiz-ui/issues"
},
"gitHead": "0b2c62c85ac152c1517ca0681d1f018daa3f4c6b",
"main": "index.js",
"directories": {
"doc": "doc"
},
"keywords": [
"openbiz",
"openbiz-ui",
"client framework",
"framework",
"cubi"
],
"license": "BSD"
}