2013-08-30 22:45:29 +00:00
{
"name" : "stackedit" ,
2013-09-23 22:43:48 +00:00
"version" : "2.1.7" ,
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" ,
"directories" : {
"doc" : "doc"
} ,
2013-09-27 23:41:15 +00:00
"dependencies" : {
"express" : "3.x"
} ,
2013-08-30 22:45:29 +00:00
"devDependencies" : {
"grunt" : "~0.4.1" ,
"grunt-contrib-requirejs" : "~0.4.1" ,
"grunt-contrib-less" : "~0.7.0" ,
"grunt-string-replace" : "~0.2.4" ,
"grunt-contrib-copy" : "~0.4.1" ,
"bower" : "~1.2.5" ,
"grunt-bower-requirejs" : "~0.7.1" ,
2013-09-03 10:37:59 +00:00
"grunt-bower-task" : "~0.3.1" ,
2013-09-03 13:30:42 +00:00
"grunt-bump" : "0.0.11" ,
"grunt-shell" : "~0.3.1"
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"
}
}