1{ 2 "name": "cmmn-js", 3 "version": "0.16.0", 4 "description": "A cmmn 1.1 toolkit", 5 "scripts": { 6 "all": "run-s lint test distro test:distro", 7 "lint": "eslint .", 8 "dev": "npm test -- --auto-watch --no-single-run", 9 "test": "karma start test/config/karma.unit.js", 10 "distro": "node tasks/build-distro.js", 11 "test:distro": "node tasks/test-distro.js", 12 "prepublishOnly": "run-s distro test:distro" 13 }, 14 "repository": { 15 "type": "git", 16 "url": "https://github.com/bpmn-io/cmmn-js" 17 }, 18 "keywords": [ 19 "cmmn", 20 "cmmn-js", 21 "toolkit" 22 ], 23 "author": { 24 "name": "Roman Smirnov", 25 "url": "https://github.com/romansmirnov" 26 }, 27 "contributors": [ 28 { 29 "name": "bpmn.io contributors", 30 "url": "https://github.com/bpmn-io" 31 } 32 ], 33 "license": "SEE LICENSE IN LICENSE", 34 "devDependencies": { 35 "babel-core": "^6.26.0", 36 "babel-preset-env": "^1.6.1", 37 "babelify": "^8.0.0", 38 "browser-pack-flat": "^3.0.8", 39 "browserify": "^14.5.0", 40 "browserify-derequire": "^0.9.1", 41 "bundle-collapser": "^1.3.0", 42 "chai": "^4.1.2", 43 "common-shakeify": "^0.4.5", 44 "cpx": "^1.5.0", 45 "del": "^3.0.0", 46 "envify": "^4.1.0", 47 "eslint": "^4.17.0", 48 "eslint-plugin-bpmn-io": "^0.5.2", 49 "execa": "^0.9.0", 50 "jsondiffpatch": "^0.1.26", 51 "karma": "^1.7.1", 52 "karma-browserify": "^5.1.2", 53 "karma-chrome-launcher": "^2.2.0", 54 "karma-firefox-launcher": "^1.0.1", 55 "karma-ie-launcher": "^1.0.0", 56 "karma-mocha": "^1.3.0", 57 "karma-phantomjs-launcher": "^1.0.4", 58 "karma-safari-launcher": "^1.0.0", 59 "karma-sinon-chai": "^1.3.3", 60 "karma-spec-reporter": "0.0.31", 61 "mkdirp": "^0.5.1", 62 "mocha": "^4.1.0", 63 "mocha-test-container-support": "~0.2.0", 64 "npm-run-all": "^4.1.2", 65 "puppeteer": "^0.13.0", 66 "sinon": "^4.2.2", 67 "sinon-chai": "^2.14.0", 68 "source-map-concat": "^1.0.0", 69 "stringify": "^5.1.0", 70 "uglify-es": "^3.3.10", 71 "unassertify": "^2.1.0", 72 "watchify": "^3.9.0" 73 }, 74 "dependencies": { 75 "cmmn-font": "^0.5.0", 76 "cmmn-moddle": "^5.0.0", 77 "css.escape": "^1.5.1", 78 "diagram-js": "^3.0.1", 79 "diagram-js-direct-editing": "^1.4.0", 80 "ids": "^0.2.0", 81 "inherits": "^2.0.1", 82 "min-dash": "^3.2.0", 83 "min-dom": "^3.0.0", 84 "object-refs": "^0.3.0", 85 "tiny-svg": "^2.0.0" 86 } 87} 88