forked from pattern-lab/edition-node-gulp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 1001 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
{
"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.0-alpha.3",
"main": "gulpfile.js",
"dependencies": {
"@pattern-lab/patternengine-node-mustache": "^2.0.0-alpha.1",
"@pattern-lab/patternlab-node": "^3.0.0-alpha.8",
"@pattern-lab/styleguidekit-assets-default": "^4.0.0-alpha.3",
"@pattern-lab/styleguidekit-mustache-default": "^4.0.0-alpha.1",
"gulp": "^3.9.1",
"minimist": "^1.2.0"
},
"keywords": [
"Pattern Lab",
"Atomic Web Design",
"Node",
"Gulp",
"Javascript"
],
"repository": {
"type": "git",
"url": "git://github.com/pattern-lab/edition-node-gulp.git"
},
"bugs": "https://github.com/pattern-lab/edition-node-gulp/issues",
"author": "Brian Muenzenmeyer",
"scripts": {
"gulp": "gulp -- "
},
"license": "MIT",
"engines": {
"node": ">=6.0"
}
}