-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
30 lines (30 loc) · 917 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
{
"name": "node-primitive",
"version": "0.0.2",
"description": "A port of primitive.js (primitive.lol) for Node.js",
"keywords": ["dom", "svg", "thumbnails", "primitive", "shapes"],
"maintainers": ["Vincent Desmares <[email protected]>"],
"license": "MIT",
"repository": "vincentdesmares/node-primitive",
"main": "./src/api.js",
"dependencies": {
"babel-eslint": "^8.0.3",
"canvas": "^1.6.7",
"debug": "^3.1.0",
"eslint": "^4.12.1",
"eslint-config-standard": "^10.2.1",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-node": "^5.2.1",
"eslint-plugin-promise": "^3.6.0",
"eslint-plugin-standard": "^3.0.1",
"filesize": "^3.5.11",
"jest": "^21.2.1",
"jsdom": "^11.3.0",
"svgo": "^1.0.3",
"xmlserializer": "^0.6.0"
},
"postinstall": "cd node_modules/canvas && node-gyp rebuild",
"devDependencies": {
"prettier": "1.9.1"
}
}