FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
patternlab-node/package.json at master · mrkitan/patternlab-node · GitHub
mrkitan
/
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
41 lines (41 loc) · 1.04 KB
Breadcrumbs
patternlab-node
/
package.json
Copy path
File metadata and controls
41 lines (41 loc) · 1.04 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
{
"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"
:
"
1.0.0
"
,
"devDependencies"
: {
"bs-html-injector"
:
"
^3.0.0
"
,
"diveSync"
:
"
^0.3.0
"
,
"fs-extra"
:
"
^0.26.2
"
,
"glob"
:
"
^6.0.1
"
,
"grunt"
:
"
~0.4.5
"
,
"grunt-browser-sync"
:
"
^2.2.0
"
,
"grunt-contrib-concat"
:
"
^0.5.1
"
,
"grunt-contrib-copy"
:
"
^0.8.2
"
,
"grunt-contrib-nodeunit"
:
"
^0.4.1
"
,
"grunt-contrib-watch"
:
"
^0.6.1
"
,
"html-entities"
:
"
^1.2.0
"
,
"matchdep"
:
"
^1.0.0
"
,
"mustache"
:
"
^2.2.0
"
},
"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"
:
"
Brian Muenzenmeyer
"
,
"license"
:
"
MIT
"
,
"scripts"
: {
"test"
:
"
grunt travis --verbose
"
},
"engines"
: {
"node"
:
"
>=0.1
"
}
}
Back
|
FazBrowse Home
|
New Git URL