FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
stackedit/package.json at master · webcoding/stackedit · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
webcoding
/
stackedit
Public
forked from
benweet/stackedit
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
stackedit
/
package.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
50 lines (50 loc) · 1.32 KB
Breadcrumbs
stackedit
/
package.json
Copy path
File metadata and controls
50 lines (50 loc) · 1.32 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
{
"name"
:
"
stackedit
"
,
"version"
:
"
4.3.11
"
,
"private"
:
true
,
"description"
:
"
StackEdit is a free, open-source Markdown editor based on PageDown, the Markdown library used by Stack Overflow and the other Stack Exchange sites.
"
,
"main"
:
"
res/main.js
"
,
"engines"
: {
"node"
:
"
0.10.x
"
},
"directories"
: {
"doc"
:
"
doc
"
},
"dependencies"
: {
"express"
:
"
^4.8.5
"
,
"ejs"
:
"
~0.8.4
"
,
"request"
:
"
~2.40.0
"
,
"ssh2"
:
"
^0.3.5
"
,
"compression"
:
"
^1.0.11
"
,
"serve-static"
:
"
^1.5.3
"
},
"devDependencies"
: {
"gulp"
:
"
^3.8.7
"
,
"gulp-requirejs"
:
"
^0.1.3
"
,
"gulp-jshint"
:
"
^1.8.4
"
,
"gulp-uglify"
:
"
^1.1.0
"
,
"gulp-less"
:
"
^1.3.5
"
,
"bower-requirejs"
:
"
^1.1.0
"
,
"gulp-inject"
:
"
git://github.com/benweet/gulp-inject.git#8bd702d143a578e3b44290d82612ab808ee17281
"
,
"run-sequence"
:
"
^0.3.6
"
,
"gulp-clean"
:
"
^0.3.1
"
,
"gulp-replace"
:
"
^0.4.0
"
,
"gulp-bump"
:
"
^0.1.11
"
,
"gulp-util"
:
"
^3.0.1
"
,
"knox"
:
"
^0.9.1
"
,
"mime"
:
"
^1.2.11
"
,
"event-stream"
:
"
^3.1.7
"
},
"scripts"
: {
"test"
:
"
echo
\"
Error: no test specified
\"
&& exit 1
"
},
"repository"
: {
"type"
:
"
git
"
,
"url"
:
"
git://github.com/benweet/stackedit.git
"
},
"author"
:
"
Benoit Schweblin
"
,
"license"
:
"
Apache License
"
,
"bugs"
: {
"url"
:
"
https://github.com/benweet/stackedit/issues
"
}
}
Back
|
FazBrowse Home
|
New Git URL