FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
patternlab-node-cli/package.json at develop · pattern-lab/patternlab-node-cli · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
This repository was archived by the owner on Jun 27, 2019. It is now read-only.
pattern-lab
/
patternlab-node-cli
Public archive
Notifications
You must be signed in to change notification settings
Fork
5
Star
20
Code
Issues
9
Pull requests
3
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
patternlab-node-cli
/
package.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
57 lines (57 loc) · 1.29 KB
Breadcrumbs
patternlab-node-cli
/
package.json
Copy path
File metadata and controls
57 lines (57 loc) · 1.29 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
{
"name"
:
"
patternlab-node-cli
"
,
"description"
:
"
Command-line interface (CLI) for the patternlab-node core.
"
,
"version"
:
"
0.0.1-alpha.12
"
,
"bin"
: {
"patternlab"
:
"
bin/patternlab.js
"
},
"author"
: {
"name"
:
"
Raphael Okon
"
},
"private"
:
true
,
"dependencies"
: {
"@pattern-lab/live-server"
:
"
1.3.2
"
,
"archiver"
:
"
2.1.1
"
,
"chalk"
:
"
2.3.1
"
,
"chokidar"
:
"
2.0.2
"
,
"commander"
:
"
2.14.1
"
,
"execa"
:
"
0.9.0
"
,
"fs-promise"
:
"
2.0.3
"
,
"glob"
:
"
7.1.2
"
,
"has-yarn"
:
"
1.0.0
"
,
"inquirer"
:
"
5.1.0
"
,
"lodash"
:
"
4.17.5
"
,
"ora"
:
"
2.0.0
"
,
"path-exists"
:
"
3.0.0
"
,
"patternlab-node"
:
"
2.12.0
"
,
"sanitize-filename"
:
"
1.6.1
"
},
"devDependencies"
: {
"eslint"
:
"
4.18.1
"
,
"proxyquire"
:
"
1.8.0
"
,
"tap"
:
"
11.1.1
"
},
"files"
: [
"
bin
"
],
"keywords"
: [
"
Pattern Lab
"
,
"
Atomic Web Design
"
,
"
Node
"
,
"
JavaScript
"
],
"scripts"
: {
"lint"
:
"
eslint ./{bin,test}
"
,
"test"
:
"
tap './test/*.test.js' --reporter spec --timeout=120
"
,
"pretest"
:
"
npm run lint && npm install
"
},
"repository"
: {
"type"
:
"
git
"
,
"url"
:
"
git://github.com/pattern-lab/patternlab-node-cli.git
"
},
"bugs"
:
"
https://github.com/pattern-lab/patternlab-node-cli/issues
"
,
"license"
:
"
MIT
"
,
"engines"
: {
"node"
:
"
>=6.0
"
}
}
Back
|
FazBrowse Home
|
New Git URL