-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 loc) · 979 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
{
"name": "node-i2djs",
"version": "1.2.0",
"description": "I2Djs graphics module for Node",
"module": "./src/main.js",
"main": "./dist/node-i2d.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/I2Djs/node-i2djs.git"
},
"keywords": [
"Node",
"Canvas",
"Graphics",
"node-i2djs",
"visualization"
],
"author": "Narayana swamy",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/I2Djs/node-i2djs/issues"
},
"homepage": "https://github.com/I2Djs/node-i2djs#readme",
"dependencies": {
"canvas": "^2.11.0",
"canvas-5-polyfill": "^0.1.5"
},
"devDependencies": {
"@rbnlffl/rollup-plugin-eslint": "^3.0.0",
"@rollup/plugin-buble": "^0.21.3",
"@rollup/plugin-commonjs": "^21.0.2",
"@rollup/plugin-node-resolve": "^13.1.3",
"rollup": "^2.70.0",
"rollup-plugin-terser": "^7.0.2"
}
}