-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 967 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
36
37
38
39
40
{
"name": "portraycanvas",
"author": {
"name": "ChrisVilches",
"email": "[email protected]",
"url": "http://cloud.chrisvilches.com/live_demos/PortrayCanvas/"
},
"version": "1.1.1",
"description": "Parameterizable canvas library that allows you to draw on it, and get the drawn points.",
"keywords": [
"canvas",
"draw",
"html",
"html5",
"javascript",
"frontend",
"front-end",
"web",
"user-interface",
"drawing",
"handwriting-recognition",
"handwriting",
"graphic",
"graphical",
"design",
"art"
],
"main": "src/portraycanvas.js",
"homepage": "https://github.com/ChrisVilches/PortrayCanvas",
"license": "ISC",
"devDependencies": {
"jasmine": "^2.8.0",
"uglifyjs-webpack-plugin": "^1.0.0-beta.1",
"webpack": "^3.5.6"
},
"scripts": {
"test": "node node_modules/jasmine/bin/jasmine.js",
"webpack": "node node_modules/webpack/bin/webpack.js"
}
}