UNPKG

cipherguard-mad

Version:

Cipherguard javascript application library for the open source password manager for teams

145 lines (144 loc) 4.23 kB
{ "name": "cipherguard-mad", "version": "2.12.0", "author": "Cipherguard SA", "license": "AGPL-3.0", "description": "Cipherguard javascript application library for the open source password manager for teams", "repository": { "type": "git", "url": "git@github.com:cipherguard/cipherguard-mad.git" }, "keywords": [ "cipherguard", "cipherguard-mad" ], "main": "cipherguard-mad", "dependencies": { "can-ajax": "2.0.0", "can-assign": "1.2.0", "can-attribute-encoder": "1.1.0", "can-attribute-observable": "1.0.0", "can-bind": "1.0.0", "can-component": "4.2.2", "can-compute": "4.1.0", "can-connect": "2.1.0", "can-connect-feathers": "4.2.0", "can-construct": "3.3.1", "can-construct-super": "3.2.0", "can-control": "4.2.0", "can-debug": "1.3.0", "can-define": "2.4.0", "can-define-backup": "1.1.0", "can-define-lazy-value": "1.1.0", "can-define-stream": "1.1.0", "can-define-stream-kefir": "1.1.0", "can-define-validate-validatejs": "1.1.0", "can-deparam": "1.2.0", "can-dom-data": "1.0.1", "can-dom-data-state": "1.0.1", "can-dom-events": "1.3.0", "can-dom-mutate": "1.1.0", "can-event-dom-enter": "2.2.0", "can-event-dom-radiochange": "2.2.0", "can-event-queue": "1.1.0", "can-fixture": "2.1.0", "can-fixture-socket": "1.1.0", "can-globals": "1.2.0", "can-kefir": "1.1.0", "can-key": "1.0.0", "can-key-tree": "1.2.0", "can-list": "4.1.0", "can-log": "1.0.0", "can-map": "4.1.1", "can-map-define": "4.2.0", "can-namespace": "1.0.0", "can-ndjson-stream": "1.0.0", "can-observation": "4.1.0", "can-observation-recorder": "1.2.0", "can-observe": "2.2.0", "can-param": "1.1.0", "can-parse-uri": "1.2.0", "can-queues": "1.1.2", "can-reflect": "1.17.0", "can-reflect-dependencies": "1.1.0", "can-reflect-promise": "2.1.0", "can-route": "4.3.0", "can-route-pushstate": "4.1.0", "can-set": "1.6.0", "can-simple-dom": "1.3.5", "can-simple-map": "4.2.0", "can-simple-observable": "2.2.0", "can-stache": "4.9.0", "can-stache-bindings": "4.3.0", "can-stache-converters": "4.2.0", "can-stache-key": "1.4.0", "can-stache-route-helpers": "1.1.0", "can-stream": "1.1.0", "can-stream-kefir": "1.2.0", "can-symbol": "1.6.1", "can-types": "1.2.0", "can-util": "3.12.0", "can-validate": "1.2.0", "can-validate-interface": "1.0.2", "can-validate-legacy": "1.4.0", "can-validate-validatejs": "1.0.0", "can-value": "1.0.0", "can-vdom": "4.2.0", "can-view-autorender": "4.2.0", "can-view-callbacks": "4.3.0", "can-view-import": "4.1.0", "can-view-live": "4.2.0", "can-view-model": "4.0.1", "can-view-nodelist": "4.3.0", "can-view-parser": "4.1.0", "can-view-scope": "4.5.0", "can-view-target": "4.1.0", "can-zone": "0.6.22", "jquery": "3.5.0", "moment": "^2.22.2", "moment-timezone": "^0.5.26", "react-view-model": "1.0.1", "steal": "^2.2.1", "steal-stache": "^4.1.5", "string-hash": "^1.1.3", "uuid": "^3.2.1", "xregexp": "~3.2.0" }, "devDependencies": { "chai": "^4.0.0", "chai-jquery": "^2.0.0", "eslint": "6.8.0", "eslint-plugin-import": "^2.18.2", "grunt": "^1.0.4", "grunt-testee": "github:cipherguard/grunt-testee#master", "mocha": "^7.1.1", "sinon": "^1.16.1", "steal-mocha": "^2.0.1", "testee": "github:cipherguard/testee#master" }, "scripts": { "lint": "eslint component config control error form helper model net util view", "lint-fix": "eslint --fix component config control error form helper model net util view", "test": "grunt test" }, "steal": { "meta": { "mocha": { "format": "global", "exports": "mocha", "deps": [ "steal-mocha/add-dom" ] } }, "paths": { "chai": "node_modules/chai/chai.js", "mocha": "node_modules/mocha/mocha.js", "steal-mocha": "node_modules/steal-mocha/steal-mocha.js", "steal-mocha/*": "node_modules/steal-mocha/*.js" }, "plugins": [ "steal-stache" ] } }