Stackedit/package.json

43 lines
1.1 KiB
JSON
Raw Normal View History

2013-08-30 22:45:29 +00:00
{
"name": "stackedit",
2014-08-23 23:57:37 +00:00
"version": "4.0.2",
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-18 23:30:45 +00:00
"express": "~3.16.6",
"ejs": "~0.8.4",
"request": "~2.40.0",
"ssh2": "^0.3.5"
2013-09-27 23:41:15 +00:00
},
2013-08-30 22:45:29 +00:00
"devDependencies": {
"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"
}
}