-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 948 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
{
"name": "sketch-font-mixer",
"version": "0.8.1",
"description": "This plugin can apply other fonts for each character type of Text Layer.",
"engines": {
"sketch": ">=3.0"
},
"skpm": {
"name": "Sketch-font-mixer",
"manifest": "src/manifest.json",
"main": "font-mixer.sketchplugin"
},
"scripts": {
"build": "skpm-build",
"watch": "skpm-build --watch",
"start": "skpm-build --watch --run",
"postinstall": "npm run build && skpm-link"
},
"devDependencies": {
"@skpm/builder": "^0.5.2",
"@skpm/extract-loader": "^2.0.2",
"css-loader": "^0.28.11",
"html-loader": "^0.5.5"
},
"resources": [
"resources/**/*.js"
],
"assets": [
"assets/**/*.xml",
"assets/**/*.png"
],
"author": "littlebusters <little.busters.reply@gmail.com>",
"dependencies": {
"sketch-module-web-view": "^1.1.5"
},
"repository": "https://github.com/littlebusters/Sketch-Font-Mixer"
}