-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathpackage.json
35 lines (35 loc) · 908 Bytes
/
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
{
"name": "draw2d_js.app.starterkit_simple",
"version": "0.0.1",
"description": "Draw2D HTML5 getting started demo application",
"main": "index.html",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/freegroup/draw2d_js.app.shape_designer.git"
},
"keywords": [
"diagramming",
"canvas",
"HTML5",
"js"
],
"author": "Andreas Herz (FreeGroup)",
"license": "GPL",
"bugs": {
"url": "https://github.com/freegroup/draw2d_js.app.shape_designer/issues"
},
"devDependencies": {
"grunt": "~0.4.5",
"grunt-contrib-concat": "~0.5.1",
"grunt-contrib-copy": "~0.8.0",
"grunt-contrib-jshint": "latest",
"grunt-contrib-less": "~1.0.1",
"grunt-contrib-watch": "~0.6.1",
"grunt-gh-pages": "^0.10.0",
"jshint-stylish": "latest"
},
"dependencies": {}
}