-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.06 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
{
"name": "Stackswell",
"description": "Design responsively, faster, smarter, and more consistently.",
"version": "1.1.10",
"engines": {
"sketch": ">=3.0"
},
"skpm": {
"name": "Stackswell",
"manifest": "src/manifest.json",
"main": "Stackswell.sketchplugin",
"appcast": "https://stackswell.bitbucket.io/stackswell/appcast.xml",
"assets": [
"assets/**/*"
]
},
"gulp": {
"pluginId": "stackswell",
"updateFilename": "update.zip",
"appcastFilename": "appcast.xml",
"buildPath": "build",
"baseUrl": "https://stackswell.bitbucket.io/stackswell",
"bitbucketUsername": "stackswell"
},
"scripts": {
"build": "skpm-build",
"watch": "skpm-build --watch",
"start": "skpm-build --watch --run",
"postinstall": "npm run build && skpm-link"
},
"devDependencies": {
"@babel/plugin-proposal-class-properties": "^7.1.0",
"@skpm/builder": "^0.5.2",
"del": "^3.0.0",
"gulp": "^4.0.0",
"gulp-shell": "^0.6.5",
"gulp-template": "^5.0.0"
},
"author": "Joseph Mueller <[email protected]>"
}