forked from concord-consortium/drawing-tool
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.01 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.01 KB
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
{
"name": "drawing-tool",
"description": "HTML5 Drawing Tool",
"author": "",
"version": "1.5.0",
"bugs": {
"url": "https://github.com/concord-consortium/drawing-tool/issues"
},
"homepage": "https://github.com/concord-consortium/drawing-tool#readme",
"main": "app/index.js",
"keywords": [
"drawing",
"tool",
"draw",
"js"
],
"repository": {
"type": "git",
"url": "git+https://github.com/concord-consortium/drawing-tool.git"
},
"scripts": {
"build": "webpack",
"server": "webpack-dev-server"
},
"peerDependencies": {
"jquery": ">= 2.1.3",
"fabric": "1.5.0"
},
"dependencies": {
"eventemitter2": "~0.4.14",
"hammerjs": "~2.0.4",
"query-string": "^4.3.2"
},
"devDependencies": {
"copy-webpack-plugin": "^4.0.1",
"css-loader": "^0.26.1",
"node-sass": "^4.5.0",
"sass-loader": "^5.0.1",
"style-loader": "^0.13.1",
"url-loader": "^0.5.7",
"webpack": "^2.2.1",
"webpack-dev-server": "^2.3.0"
},
"license": "MIT"
}