-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathpackage.json
33 lines (33 loc) · 831 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
{
"name": "sketch2json",
"version": "0.1.2",
"description": "Get a JSON output out of a buffer of Sketch v43+ data (works both in Node and in the browser)",
"main": "sketch2json.js",
"scripts": {
"test": "washington tests"
},
"repository": {
"type": "git",
"url": "git+https://github.com/xaviervia/sketch2json.git"
},
"keywords": [
"sketch",
"json",
"design"
],
"author": "Fernando Via Canel <fernando.via@gmail.com>",
"license": "Unlicense",
"bugs": {
"url": "https://github.com/xaviervia/sketch2json/issues"
},
"homepage": "https://github.com/xaviervia/sketch2json#readme",
"devDependencies": {
"washington": "^2.0.0-rc.3"
},
"dependencies": {
"folktale": "^v2.0.0-rc1",
"immutable": "^3.8.1",
"immutable-ext": "^1.0.8",
"jszip": "^3.1.3"
}
}