forked from ishakasliwal/Drake-Sketch-Plugin
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 952 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
{
"name": "drake-sketch-plugin",
"description": "Sketch app plugin for generating dummy Drake content such as photos and lyrics.",
"author": "Sean Coker <[email protected]>",
"repository": {
"type": "git",
"url": "git+https://github.com/okcoker/Drake-Sketch-Plugin.git"
},
"version": "1.0.5",
"engines": {
"sketch": ">=50.0"
},
"skpm": {
"name": "Drake",
"manifest": "src/manifest.json",
"main": "plugin.sketchplugin",
"assets": [
"assets/**/*"
]
},
"scripts": {
"build": "skpm-build",
"watch": "skpm-build --watch",
"start": "skpm-build --watch --run",
"postinstall": "npm run build && skpm-link"
},
"devDependencies": {
"@skpm/builder": "0.7.11",
"@skpm/fs": "0.2.6",
"@skpm/path": "0.1.4",
"balanced-match": "1.0.0",
"brace-expansion": "2.0.0",
"code-point-at": "1.1.0",
"core-util-is": "1.0.2",
"skpm": "1.0.15"
},
"dependencies": {}
}