2013-08-30 22:45:29 +00:00
{
"name" : "stackedit" ,
2014-05-21 22:59:36 +00:00
"version" : "3.99.6" ,
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" : {
2013-10-19 22:59:17 +00:00
"express" : "3.x" ,
"ejs" : "~0.8.4"
2013-09-27 23:41:15 +00:00
} ,
2013-08-30 22:45:29 +00:00
"devDependencies" : {
2014-04-21 01:12:57 +00:00
"grunt-contrib-requirejs" : "~0.4.3" ,
2013-08-30 22:45:29 +00:00
"grunt-contrib-less" : "~0.7.0" ,
"grunt-string-replace" : "~0.2.4" ,
"grunt-contrib-copy" : "~0.4.1" ,
"grunt-bower-requirejs" : "~0.7.1" ,
2013-09-03 10:37:59 +00:00
"grunt-bower-task" : "~0.3.1" ,
2013-11-05 23:03:38 +00:00
"grunt-bump" : "0.0.11" ,
2014-04-23 23:12:21 +00:00
"grunt-contrib-jshint" : "~0.7.1" ,
"grunt-jsbeautifier" : "^0.2.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"
}
}