UNPKG

1.34 kBJSONView Raw
1{
2 "name": "rmisjs",
3 "version": "0.6.4",
4 "engines": {
5 "node": ">8.0.0"
6 },
7 "description": "RMIS javascript libraries",
8 "main": "index.js",
9 "directories": {
10 "composer": "composer",
11 "config": "config",
12 "integration": "integration",
13 "libs": "libs",
14 "rmisjs": "rmisjs",
15 "test": "test"
16 },
17 "scripts": {
18 "precommit": "lint-staged",
19 "test": "mocha test --timeout 100000",
20 "debug": "node ./debug"
21 },
22 "lint-staged": {
23 "*.js": [
24 "eslint --fix",
25 "git add"
26 ]
27 },
28 "repository": {
29 "type": "git",
30 "url": "git+ssh://git@github.com/ooby/rmisjs.git"
31 },
32 "keywords": [
33 "RMIS",
34 "javascript",
35 "libraries"
36 ],
37 "author": "Afanasy Argunov <afanasy@argunov.com>",
38 "license": "MIT",
39 "bugs": {
40 "url": "https://github.com/ooby/rmisjs/issues"
41 },
42 "homepage": "https://github.com/ooby/rmisjs#readme",
43 "dependencies": {
44 "jsdom": "^11.11.0",
45 "moment": "^2.22.2",
46 "mongoose": "^5.1.3",
47 "nconf": "^0.10.0",
48 "refbooks": "^0.0.8",
49 "soap": "^0.24.0",
50 "string-similarity": "^1.2.0",
51 "uuid": "^3.2.1",
52 "xlsx": "^0.13.0",
53 "xml-js": "^1.6.4"
54 },
55 "devDependencies": {
56 "ajv": "^6.5.0",
57 "chai": "^4.1.2",
58 "chai-http": "^4.0.0",
59 "husky": "^0.14.3",
60 "lint-staged": "^7.1.3",
61 "mocha": "^5.2.0"
62 }
63}