forked from benweet/stackedit
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
51 lines (51 loc) · 1.32 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "stackedit",
"version": "4.3.11",
"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": {
"compression": "^1.2.0",
"ejs": "~1.0.0",
"express": "^4.9.8",
"request": "^2.51.0",
"serve-static": "^1.7.0"
},
"devDependencies": {
"bower-requirejs": "^1.1.0",
"del": "^1.1.1",
"event-stream": "^3.1.7",
"gulp": "^3.8.10",
"gulp-bump": "^0.1.11",
"gulp-jshint": "^1.8.6",
"gulp-less": "^2.0.1",
"gulp-manifest": "0.0.6",
"gulp-replace": "^0.5.0",
"gulp-requirejs": "^0.1.3",
"gulp-uglify": "^1.1.0",
"gulp-util": "^3.0.1",
"knox": "^0.9.1",
"mime": "^1.2.11",
"run-sequence": "^1.0.1"
},
"scripts": {
"postinstall": "bower install && bower prune && gulp",
"start": "PORT=3000 node server.js",
"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"
}
}