2013-08-30 22:45:29 +00:00
{
"name" : "stackedit" ,
2018-01-07 16:26:10 +00:00
"version" : "4.3.20" ,
2013-08-30 22:45:29 +00:00
"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" ,
2014-04-21 20:39:41 +00:00
"engines" : {
"node" : "0.10.x"
} ,
2013-08-30 22:45:29 +00:00
"directories" : {
"doc" : "doc"
} ,
2013-09-27 23:41:15 +00:00
"dependencies" : {
2017-09-26 22:33:14 +00:00
"bower" : "^1.8.2" ,
"compression" : "^1.0.11" ,
2014-08-18 23:30:45 +00:00
"ejs" : "~0.8.4" ,
2017-09-26 22:33:14 +00:00
"express" : "^4.8.5" ,
2014-08-19 23:24:23 +00:00
"request" : "~2.40.0" ,
2017-09-26 22:33:14 +00:00
"serve-static" : "^1.6.5" ,
"ssh2" : "^0.3.5"
2013-09-27 23:41:15 +00:00
} ,
2013-08-30 22:45:29 +00:00
"devDependencies" : {
2017-09-29 19:16:04 +00:00
"gulp" : "^3.9.1" ,
"gulp-requirejs" : "^1.0.0" ,
2014-08-31 19:51:13 +00:00
"gulp-jshint" : "^1.8.4" ,
2015-01-31 11:39:12 +00:00
"gulp-uglify" : "^1.1.0" ,
2014-08-31 19:51:13 +00:00
"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" ,
2014-09-01 21:27:15 +00:00
"gulp-util" : "^3.0.1" ,
"knox" : "^0.9.1" ,
"mime" : "^1.2.11" ,
2014-10-12 11:14:03 +00:00
"event-stream" : "^3.1.7"
2013-08-30 22:45:29 +00:00
} ,
"scripts" : {
2017-09-26 22:33:14 +00:00
"postinstall" : "bower --allow-root install" ,
2013-08-30 22:45:29 +00:00
"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"
}
}