52 lines
1.4 KiB
JSON
52 lines
1.4 KiB
JSON
{
|
|
"name": "stackedit",
|
|
"version": "4.3.22",
|
|
"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": {
|
|
"bower": "~1.8.2",
|
|
"compression": "~1.0.11",
|
|
"ejs": "~0.8.4",
|
|
"express": "~4.8.5",
|
|
"request": "~2.40.0",
|
|
"serve-static": "~1.6.5",
|
|
"ssh2": "~0.3.5"
|
|
},
|
|
"devDependencies": {
|
|
"gulp": "~3.9.1",
|
|
"gulp-requirejs": "~1.0.0",
|
|
"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": {
|
|
"postinstall": "bower --allow-root install",
|
|
"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"
|
|
}
|
|
}
|