-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
39 lines (39 loc) · 999 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
39
{
"name": "cloudinary-sketch-plugin",
"description": "Cloudinary plugin for Sketch projects",
"version": "0.2.1",
"license": "MIT",
"engines": {
"sketch": ">=49.0"
},
"skpm": {
"name": "cloudinary-plugin",
"manifest": "src/manifest.json",
"main": "cloudinary-plugin.sketchplugin",
"assets": [
"assets/**/*"
],
"sketch-assets-file": "sketch-assets/icons.sketch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cloudinary-devs/cloudinary-sketch-plugin"
},
"scripts": {
"build": "skpm-build",
"watch": "skpm-build --watch",
"start": "skpm-build --watch --run",
"postinstall": "npm run build && skpm-link",
"docs:dev": "vuepress dev docs",
"docs:build": "vuepress build docs"
},
"devDependencies": {
"@skpm/builder": "^0.7.0",
"vuepress": "^1.2.0"
},
"author": "Maya Shavin <maya@cloudinary.com>",
"dependencies": {
"@skpm/fs": "^0.2.4",
"cloudinary-core": "^2.6.3"
}
}