-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
43 lines (43 loc) · 1.05 KB
/
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
{
"name": "event-badges-by-david",
"version": "0.7.9",
"description": "Make a large quantity of name tags for any kind of events",
"engines": {
"sketch": ">=3.0"
},
"skpm": {
"name": "event-badges-by-david",
"manifest": "src/manifest.json",
"main": "event-badges-by-david.sketchplugin",
"assets": [
"assets/**/*"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/designforhuman/event-badges-by-david.git"
},
"scripts": {
"build": "skpm-build",
"watch": "skpm-build --watch",
"start": "skpm-build --watch --run",
"postinstall": "npm run build && skpm-link"
},
"devDependencies": {
"@skpm/builder": "^0.5.11"
},
"author": "davidlee <designforhuman@gmail.com>",
"bugs": {
"url": "https://github.com/designforhuman/event-badges-by-david/issues"
},
"homepage": "https://github.com/designforhuman/event-badges-by-david#readme",
"main": "index.js",
"directories": {
"doc": "docs"
},
"dependencies": {},
"keywords": [
"sketch"
],
"license": "MIT"
}