-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 746 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 746 Bytes
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": "prickly",
"version": "0.1.0",
"skpm": {
"description": "A simpler version control tool for nerds",
"main": "/out/Prickly.sketchplugin",
"assets": [
"assets/*.png",
"node_modules/kactus-cli/"
]
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "skpm-build"
},
"keywords": [
"kactus",
"sketch",
"plugin"
],
"author": {
"name": "Sam Richard",
"email": "sam@d3dc.io",
"url": "http://d3dc.io"
},
"license": "MIT",
"engines": {
"sketch": ">=3.0"
},
"manifest": "src/manifest.json",
"devDependencies": {
"@skpm/builder": "^0.4.0"
},
"dependencies": {
"@skpm/fs": "^0.1.2",
"kactus-cli": "^0.4.6"
}
}