-
Notifications
You must be signed in to change notification settings - Fork 289
/
package.json
52 lines (52 loc) · 1.24 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
{
"name": "html-docx-js",
"version": "0.3.1",
"description": "Converts HTML documents to DOCX in the browser",
"main": "build/api.js",
"repository": {
"type": "git",
"url": "git://github.com/evidenceprime/html-docx-js.git"
},
"scripts": {
"test": "gulp test-node",
"prepublish": "gulp clean; gulp build-node"
},
"browserify": {
"transform": [
"coffeeify",
"brfs"
]
},
"author": "Artur Nowak <artur.nowak@evidenceprime.com>",
"contributors": [{
"name": "Ievgen Martynov",
"email": "ievgen.martynov@gmail.com"
}],
"license": "MIT",
"devDependencies": {
"brfs": "^1.1.2",
"browserify": "^4.2.0",
"chai": "^1.9.1",
"coffeeify": "^0.6.0",
"del": "^1.2.0",
"gulp": "^3.8.5",
"gulp-coffee": "^2.3.1",
"gulp-lodash-template": "^0.1.0",
"gulp-mocha": "^0.4.1",
"gulp-mocha-phantomjs": "^0.3.0",
"gulp-notify": "^1.4.0",
"gulp-util": "^2.2.19",
"jstify": "^0.9.0",
"mocha": "^1.20.1",
"pretty-hrtime": "^0.2.1",
"sinon": "^1.10.2",
"sinon-chai": "^2.5.0",
"vinyl-source-stream": "^0.1.1",
"watchify": "^0.10.2"
},
"dependencies": {
"jszip": "^2.3.0",
"lodash.escape": "^3.0.0",
"lodash.merge": "^3.2.0"
}
}