forked from pattern-lab/patternlab-node
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 779 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 779 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
{
"name": "@pattern-lab/plugin-tab",
"version": "2.0.3-beta.1",
"description": "",
"main": "index.js",
"dependencies": {
"fs-extra": "0.30.0",
"glob": "7.0.0",
"lodash": "4.17.5"
},
"engines": {
"node": ">=10.0"
},
"repository": "https://github.com/pattern-lab/patternlab-node/tree/master/packages/plugin-tab",
"bugs": "https://github.com/pattern-lab/patternlab-node/issues",
"scripts": {
"lint": "eslint src/** index.js postinstall.js",
"postinstall": "node ./postinstall.js"
},
"author": "Brian Muenzenmeyer",
"license": "MIT",
"homepage": "https://github.com/pattern-lab/patternlab-node/tree/master/packages/plugin-tab",
"devDependencies": {
"eslint": "4.18.2"
},
"publishConfig": {
"access": "public"
}
}