-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathpackage.json
31 lines (31 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
{
"name": "sketch-artboardtricks",
"version": "1.13.0",
"description": "A Sketch plugin containing variety of tricks for dealing with artboards.",
"scripts": {
"build": "skpm-build && mkdir -p ArtboardTricks.sketchplugin/Contents/Resources && cp -rf resources/*.png ArtboardTricks.sketchplugin/Contents/Resources",
"watch": "skpm-build --watch",
"start": "skpm-build --watch --run",
"postinstall": "npm run build && skpm-link"
},
"repository": {
"type": "git",
"url": "https://github.com/romannurik/Sketch-ArtboardTricks.git"
},
"author": "Roman Nurik <roman@nurik.net>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/romannurik/Sketch-ArtboardTricks/issues"
},
"homepage": "https://github.com/romannurik/Sketch-ArtboardTricks#readme",
"engines": {
"sketch": ">=3.0"
},
"devDependencies": {
"@skpm/builder": "^0.5.16"
},
"skpm": {
"manifest": "src/manifest.json",
"main": "ArtboardTricks.sketchplugin"
}
}