-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 863 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 863 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
{
"name": "plugin-node-patternlab-inline-assets",
"version": "1.0.1",
"description": "Inline Assets Plugin for Pattern Lab Node",
"main": "index.js",
"author": {
"name": "Michael 'Miw0' Worm",
"email": "MrMiw0@gmail.com",
"url": "https://github.com/michaelworm"
},
"repository": {
"type": "git",
"url": "https://github.com/michaelworm/plugin-node-patternlab-inline-assets"
},
"keywords": [
"Pattern Lab",
"patternlab",
"handlebars",
"inline assets",
"inline",
"assets",
"svg",
"Javascript"
],
"bugs": "https://github.com/michaelworm/plugin-node-patternlab-inline-assets/issues",
"license": "MIT",
"engines": {
"node": ">=8.11"
},
"peerDependencies": {
"patternlab-node": "2.12"
}
}