-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
44 lines (44 loc) · 962 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
41
42
43
44
{
"author": "Stefan Keim (indus)",
"name": "ncc",
"description": "node-chrome-canvas | a simple to use and performant HTML5 canvas for Node.js",
"version": "0.3.6",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "run-p dev:*",
"dev:tsc_lib": "tsc -w --target ES6 --outfile lib/ncc.js lib/ncc.ts",
"dev:run": "nodemon index.js"
},
"dependencies": {
"mkdirp": "^0.5.1",
"rimraf": "^2.6.1",
"tracer": "^0.8.7",
"ws": "^2.3.1"
},
"devDependencies": {
"@types/node": "^7.0.18"
},
"repository": {
"type": "git",
"url": "git://github.com/indus/ncc.git"
},
"bugs": {
"url": "https://github.com/indus/ncc2/issues"
},
"keywords": [
"canvas",
"chrome",
"draw",
"image",
"images",
"graphic",
"graphics",
"gif",
"png",
"webp",
"jpg",
"jpeg"
],
"homepage": "https://github.com/indus/ncc2#readme",
"license": "MIT"
}