2013-08-30 22:45:29 +00:00
{
"name" : "stackedit" ,
2015-02-02 20:22:08 +00:00
"version" : "4.3.10" ,
2014-01-23 11:05:14 +00:00
"private" : true ,
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" : {
2014-08-27 23:13:20 +00:00
"express" : "^4.8.5" ,
2014-08-18 23:30:45 +00:00
"ejs" : "~0.8.4" ,
2014-08-19 23:24:23 +00:00
"request" : "~2.40.0" ,
2014-08-27 23:13:20 +00:00
"ssh2" : "^0.3.5" ,
"compression" : "^1.0.11" ,
"serve-static" : "^1.5.3"
2013-09-27 23:41:15 +00:00
} ,
2013-08-30 22:45:29 +00:00
"devDependencies" : {
2014-08-31 19:51:13 +00:00
"gulp" : "^3.8.7" ,
2014-12-14 22:39:19 +00:00
"gulp-requirejs" : "^0.1.3" ,
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" : {
"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"
}
}