-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
49 lines (49 loc) · 1.32 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
{
"proivate": true,
"name": "camunda-docs-styles",
"version": "0.0.1",
"description": "Styling for http://docs.camunda.org/.",
"main": "index.js",
"scripts": {
"build": "grunt build",
"optimize": "grunt optimize",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/camunda/camunda-docs-manual.git"
},
"keywords": [
"camunda"
],
"author": "Valentin Vago <[email protected]>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/camunda/camunda-hugo-theme/issues"
},
"homepage": "https://github.com/camunda/camunda-hugo-theme",
"setup": {
"target": "./../camunda-docs-manual/themes/camunda"
},
"devDependencies": {
"bootstrap": "3.4.1",
"bpmn-font": "^0.8.0",
"bpmn-js": "^0.11.0",
"grunt": "^0.4.5",
"grunt-browserify": "^4.0.0",
"grunt-cli": "^1.3.2",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-connect": "^0.11.2",
"grunt-contrib-copy": "^0.8.0",
"grunt-contrib-cssmin": "^0.13.0",
"grunt-contrib-less": "^1.0.1",
"grunt-contrib-uglify": "^0.9.1",
"grunt-contrib-watch": "^0.6.1",
"grunt-git": "^0.3.5",
"load-grunt-tasks": "^3.2.0",
"lodash.template": "^4.5.0",
"prismjs": "0.0.1",
"xhr": "^2.0.3"
},
"dependencies": {}
}