-
Notifications
You must be signed in to change notification settings - Fork 24
/
Copy pathpackage.json
47 lines (47 loc) · 1.25 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
{
"name": "g11n-pipeline",
"version": "4.0.2-0",
"description": "JavaScript client for IBM Globalization Pipeline",
"main": "lib/main.js",
"engines": {
"node": ">=7.10.x"
},
"scripts": {
"test": "mocha",
"coverage": "nyc mocha && nyc report --reporter=lcov",
"mocha": "mocha --reporter dot",
"docs": "jsdoc2md lib/*.js --template template.md > API.md",
"html": "npm run docs && node util/gen-html.js",
"vscode-typings": "tsd query node mocha chai request --action install",
"eslint": "mocha -f eslint --reporter list",
"prepack": "rm -f API.html"
},
"repository": {
"type": "git",
"url": "https://github.com/IBM-Cloud/gp-js-client"
},
"keywords": [
"l10n"
],
"Author": "Steven R. Loomis <[email protected]>",
"license": "Apache-2.0",
"devDependencies": {
"chai": "^4.1.2",
"chai-html": "^1.2.0",
"coveralls": "^3.0.1",
"delay": "^4.3.0",
"eslint": "^4.19.1",
"eslint-plugin-chai-friendly": "^0.4.0",
"github-markdown-css": "^2.8.0",
"jsdoc-to-markdown": "^5.0.0",
"marked": "^0.6.2",
"mocha": "^5.2.0",
"mocha-eslint": "^4.1.0",
"nyc": "^14.0.0",
"optional": "^0.1.4"
},
"dependencies": {
"bent": "^1.6.0",
"swagger-client": "^3.9.0"
}
}