51 lines
1.3 KiB
JSON
51 lines
1.3 KiB
JSON
{
|
|
"name": "stackedit",
|
|
"version": "4.3.9",
|
|
"private": true,
|
|
"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",
|
|
"engines": {
|
|
"node": "0.10.x"
|
|
},
|
|
"directories": {
|
|
"doc": "doc"
|
|
},
|
|
"dependencies": {
|
|
"express": "^4.8.5",
|
|
"ejs": "~0.8.4",
|
|
"request": "~2.40.0",
|
|
"ssh2": "^0.3.5",
|
|
"compression": "^1.0.11",
|
|
"serve-static": "^1.5.3"
|
|
},
|
|
"devDependencies": {
|
|
"gulp": "^3.8.7",
|
|
"gulp-requirejs": "^0.1.3",
|
|
"gulp-jshint": "^1.8.4",
|
|
"gulp-uglify": "^1.1.0",
|
|
"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",
|
|
"gulp-util": "^3.0.1",
|
|
"knox": "^0.9.1",
|
|
"mime": "^1.2.11",
|
|
"event-stream": "^3.1.7"
|
|
},
|
|
"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"
|
|
}
|
|
}
|