-
Notifications
You must be signed in to change notification settings - Fork 99
/
Copy pathpackage.json
52 lines (52 loc) · 1.19 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
{
"name": "bpmn.io",
"description": "The bpmn.io website",
"version": "0.0.0",
"homepage": "https://bpmn.io",
"author": {
"name": "Nico Rehwaldt",
"url": "http://github.com/nikku"
},
"repository": {
"type": "git",
"url": "git://github.com/bpmn-io/bpmn.io.git"
},
"engines": {
"node": ">=8"
},
"scripts": {
"all": "grunt build",
"dev": "grunt serve",
"start": "npm run dev",
"test": "grunt build"
},
"devDependencies": {
"@ibm/plex": "^6.0.0",
"assemble": "^0.4.42",
"assemble-contrib-anchors": "^0.1.1",
"assemble-contrib-permalinks": "^0.3.4",
"bootstrap": "^3.4.1",
"grunt": "^1.0.4",
"grunt-cli": "^1.3.2",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-connect": "^2.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-less": "^2.0.0",
"grunt-contrib-watch": "^1.1.0",
"handlebars-helper-compose": "^0.2.12",
"handlebars-helper-moment": "^0.1.3",
"highlight.js": "^9.15.8",
"jquery": "^3.4.1",
"load-grunt-tasks": "^4.0.0",
"time-grunt": "^2.0.0"
},
"keywords": [
"website",
"bpmn",
"modeler",
"process",
"grunt",
"assemble"
],
"dependencies": {}
}