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
35 lines (35 loc) · 1014 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 1014 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
{
"name": "@pattern-lab/edition-node-gulp",
"description": "The gulp wrapper around patternlab-node core, providing tasks to interact with the core library and move supporting frontend assets.",
"version": "2.0.2-alpha.0",
"main": "gulpfile.js",
"dependencies": {
"@pattern-lab/cli": "^0.0.3-alpha.0",
"@pattern-lab/core": "^3.0.1-alpha.0",
"@pattern-lab/engine-mustache": "^2.0.1-alpha.0",
"@pattern-lab/uikit-workshop": "^1.0.1-alpha.0",
"gulp": "3.9.1",
"minimist": "1.2.0"
},
"keywords": [
"Pattern Lab",
"Atomic Web Design",
"Node",
"Gulp",
"Javascript"
],
"repository": "https://github.com/pattern-lab/patternlab-node/tree/master/packages/edition-node-gulp",
"bugs": "https://github.com/pattern-lab/patternlab-node/issues",
"author": "Brian Muenzenmeyer",
"scripts": {
"gulp": "gulp -- ",
"patternlab": "patternlab"
},
"license": "MIT",
"engines": {
"node": ">=10.0"
},
"publishConfig": {
"access": "public"
}
}