forked from webfactorymk/ng2-canvas-whiteboard
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
72 lines (72 loc) · 1.82 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
63
64
65
66
67
68
69
70
71
72
{
"name": "ng2-canvas-whiteboard",
"version": "3.0.4",
"description": "A Canvas component for Angular which supports free drawing.",
"main": "./bundles/ng2-canvas-whiteboard.umd.js",
"module": "./modules/ng2-canvas-whiteboard.es5.js",
"es2015": "./modules/ng2-canvas-whiteboard.js",
"scripts": {
"build": "node build.js",
"pack-lib": "npm pack ./dist",
"publish-lib": "npm publish ./dist",
"transpile": "ngc -p ./tsconfig.json"
},
"typings": "./ng2-canvas-whiteboard.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/WebFactoryMk/ng2-canvas-whiteboard.git"
},
"author": "webfactory",
"license": "MIT",
"keywords": [
"angular2",
"angular",
"angular4",
"angular5",
"angular6",
"canvas",
"drawing",
"touch drawing",
"whiteboard",
"colorpicker",
"canvas colorpicker",
"free hand drawing",
"shape drawing",
"shapes",
"premade shapes",
"custom shapes",
"custom premade shapes"
],
"peerDependencies": {
"rxjs": "^6.0.0"
},
"dependencies": {
"lodash": "4.17.11"
},
"devDependencies": {
"@angular/animations": "^6.0.0",
"@angular/common": "^6.0.0",
"@angular/compiler": "^6.0.0",
"@angular/compiler-cli": "^6.0.0",
"@angular/core": "^6.0.0",
"@angular/platform-browser": "^6.0.0",
"@angular/platform-browser-dynamic": "^6.0.0",
"@angular/platform-server": "^6.0.0",
"@types/lodash": "4.14.116",
"@types/node": "7.0.10",
"chalk": "1.1.3",
"core-js": "2.4.1",
"reflect-metadata": "0.1.10",
"rollup": "0.41.6",
"rxjs": "^6.1.0",
"shelljs": "0.7.7",
"sorcery": "0.10.0",
"ts-helpers": "1.1.2",
"ts-loader": "2.0.3",
"typescript": "2.7.2",
"uglify-js": "^2.8.15",
"webpack": "2.3.1",
"yargs": "7.0.2",
"zone.js": "^0.8.26"
}
}