-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
55 lines (55 loc) · 1.26 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
52
53
54
55
{
"name": "node-docx",
"version": "1.5.4",
"description": "document management",
"main": "index.js",
"scripts": {
"test": "mocha --recursive test/",
"start": "node index.js",
"check": "fecs check src/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/schoeu/docx.git"
},
"keywords": [
"markdown",
"doc",
"markdown management"
],
"author": "schoeu",
"license": "MIT",
"bugs": {
"url": "https://github.com/schoeu/docx/issues"
},
"homepage": "https://github.com/schoeu/docx#readme",
"dependencies": {
"body-parser": "^1.15.2",
"express": "^4.14.0",
"express-hbs": "^1.0.3",
"fs-extra": "^0.30.0",
"glob": "^7.0.5",
"highlight.js": "^9.6.0",
"lodash": "^4.15.0",
"lru-cache": "^4.0.1",
"marked": "^0.3.6",
"moment": "^2.21.0",
"nodemailer": "^2.5.0",
"pinyin": "^2.8.0",
"segment": "^0.1.3",
"winston": "^2.2.0",
"winston-daily-rotate-file": "^1.3.1"
},
"devDependencies": {
"chai": "^3.5.0",
"fecs": "^1.1.0",
"gulp": "^3.9.1",
"gulp-clean": "^0.3.2",
"gulp-concat": "^2.6.1",
"gulp-livereload": "^3.8.1",
"gulp-minify-css": "^1.2.4",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^3.0.0",
"mocha": "^3.2.0"
}
}