This repository was archived by the owner on Nov 27, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.46 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.46 KB
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": "jsfile-ooxml",
"version": "0.2.0",
"description": "OOXML engine for jsFile library",
"main": "dist/jsfile-ooxml.js",
"scripts": {
"test": "./node_modules/.bin/grunt blobify && ./node_modules/.bin/karma start",
"test-coveralls": "./node_modules/.bin/grunt blobify && ./node_modules/.bin/karma start --reporters=progress,coverage,coveralls",
"build": "./node_modules/.bin/grunt build"
},
"repository": {
"type": "git",
"url": "https://github.com/jsFile/jsFile-ooxml.git"
},
"keywords": [
"ooxml",
"jsFile",
"docx",
"word",
"engine"
],
"license": "MIT",
"devDependencies": {
"babel-core": "^6.8.0",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.6.0",
"chai": "^2.3.0",
"chai-json-schema": "^1.2.0",
"eslint": "^2.9.0",
"eslint-config-jsfile": "^0.2.0",
"eslint-config-strict": "^8.5.1",
"eslint-plugin-filenames": "^0.2.0",
"grunt": "^1.0.1",
"grunt-blobify": "^0.1.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-eslint": "^18.1.0",
"grunt-webpack": "^1.0.11",
"istanbul-instrumenter-loader": "^0.2.0",
"jsfile": "^0.1.17",
"jsfile-schemas": "^1.0.5",
"karma": "^0.13.22",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^1.0.1",
"karma-coverage": "^1.0.0",
"karma-mocha": "^1.0.1",
"karma-webpack": "^1.7.0",
"lodash": "^4.12.0",
"mocha": "^2.4.5",
"webpack": "^1.13.0",
"webpack-dev-server": "^1.14.1"
}
}