{ "name": "@jupyterlab/test-fileeditor", "version": "0.3.0-1", "private": true, "scripts": { "build": "tsc", "clean": "rimraf build && rimraf coverage", "coverage": "python run-test.py --browsers ChromeHeadless karma-cov.conf.js", "test": "jlpm run test:firefox", "test:chrome": "python run-test.py --browsers=Chrome karma.conf.js", "test:chrome-headless": "python run-test.py --browsers ChromeHeadless karma.conf.js", "test:debug": "python run-test.py --browsers=Chrome --singleRun=false --debug=true --browserNoActivityTimeout=10000000 karma.conf.js", "test:firefox": "python run-test.py --browsers=Firefox karma.conf.js", "test:ie": "python run-test.py --browsers=IE karma.conf.js", "watch": "python run-test.py --singleRun=false", "watch:src": "tsc -w --listEmittedFiles" }, "dependencies": { "@jupyterlab/codemirror": "^0.17.0-1", "@jupyterlab/docregistry": "^0.17.0-1", "@jupyterlab/fileeditor": "^0.17.0-1", "@jupyterlab/services": "^3.0.0-1", "@phosphor/coreutils": "^1.3.0", "@phosphor/messaging": "^1.2.2", "@phosphor/widgets": "^1.6.0", "expect.js": "~0.3.1", "simulate-event": "~1.4.0" }, "devDependencies": { "karma": "~2.0.4", "karma-chrome-launcher": "~2.2.0", "puppeteer": "^1.5.0", "rimraf": "~2.6.2", "typescript": "~2.9.2" } }