FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
patternlab-node/package.json at master · nullnotfound/patternlab-node · GitHub
nullnotfound
/
patternlab-node
Public
forked from
pattern-lab/patternlab-node
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
patternlab-node
/
package.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
60 lines (60 loc) · 1.33 KB
Breadcrumbs
patternlab-node
/
package.json
Copy path
File metadata and controls
60 lines (60 loc) · 1.33 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name"
:
"
patternlab-node
"
,
"description"
:
"
Pattern Lab is a collection of tools to help you create atomic design systems. This is the node command line interface (CLI).
"
,
"version"
:
"
2.7.1
"
,
"main"
:
"
./core/lib/patternlab.js
"
,
"dependencies"
: {
"diveSync"
:
"
^0.3.0
"
,
"fs-extra"
:
"
^0.30.0
"
,
"glob"
:
"
^7.0.0
"
,
"js-beautify"
:
"
^1.6.3
"
,
"js-yaml"
:
"
^3.6.1
"
,
"json5"
:
"
^0.5.0
"
,
"lodash"
:
"
~4.13.1
"
,
"markdown-it"
:
"
^6.0.1
"
,
"node-fetch"
:
"
^1.6.0
"
,
"patternengine-node-mustache"
:
"
^1.0.0
"
,
"graphlib"
:
"
^2.1.1
"
},
"devDependencies"
: {
"chalk"
:
"
^1.1.3
"
,
"eslint"
:
"
^3.5.0
"
,
"rewire"
:
"
^2.5.2
"
,
"tap"
:
"
^7.1.2
"
},
"keywords"
: [
"
Pattern Lab
"
,
"
Atomic Web Design
"
,
"
Node
"
,
"
Grunt
"
,
"
Gulp
"
,
"
Javascript
"
],
"repository"
: {
"type"
:
"
git
"
,
"url"
:
"
git://github.com/pattern-lab/patternlab-node.git
"
},
"bugs"
:
"
https://github.com/pattern-lab/patternlab-node/issues
"
,
"author"
: {
"name"
:
"
Brian Muenzenmeyer
"
},
"contributors"
: [
{
"name"
:
"
Geoff Pursell
"
},
{
"name"
:
"
Raphael Okon
"
},
{
"name"
:
"
tburny
"
}
],
"license"
:
"
MIT
"
,
"scripts"
: {
"test"
:
"
eslint core/**/*.js && tap test/*_tests.js --reporter spec
"
,
"lint"
:
"
eslint core/**/*.js
"
},
"engines"
: {
"node"
:
"
>=4.0
"
}
}
Back
|
FazBrowse Home
|
New Git URL