forked from Covisint/cui-gitbook
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.55 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
{
"name": "cui-gitbook",
"version": "1.1.1",
"description": "Contextual documentation for the CUI Framework.",
"license": "SEE LICENSE IN LICENSE",
"author": {
"name": "Thirdwave, LLC",
"email": "[email protected]",
"url": "http://www.thirdwavellc.com/"
},
"contibutors": [
{
"name": "Ricardo Marques"
},
{
"name": "Piotr Bogun"
},
{
"name": "Shane Ardell"
},
{
"name": "Mike Zhang"
},
{
"name": "Orin Fink",
"email": "[email protected]"
}
],
"homepage": "https://github.com/thirdwavellc/cui-icons",
"repository": {
"type": "git",
"url": "https://github.com/thirdwavellc/cui-icons"
},
"bugs": {
"url": "https://github.com/thirdwavellc/cui-icons/issues"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"@covisint/cui-api-interceptor": "^1.0.2",
"@covisint/cui-i18n": "^1.0.0",
"@covisint/cui-icons": "^1.0.2",
"@covisint/cui-ng": "^1.8.10",
"@covisint/cui-styleguide": "^2.1.0",
"@covisint/cui.js": "^2.1.6",
"generator-cui-ng": "^0.2.14",
"generator-cui-portlet": "^0.1.0",
"gitbook": "^3.2.0",
"gitbook-cli": "^2.3.0",
"gitbook-plugin-mermaid-compat": "^0.2.0-beta1",
"grunt": "^0.4.5",
"grunt-contrib-clean": "",
"grunt-contrib-copy": "",
"grunt-gitbook": "^1.5.0",
"grunt-lineending": "^0.2.4",
"grunt-mkdir": "^0.1.2",
"grunt-regex-replace": "^0.2.6",
"load-grunt-tasks": "^3.3.0"
},
"dependencies": {}
}