{ "name": "tridactyl", "version": "0.1.0", "description": "Vimperator/Pentadactyl successor", "dependencies": {}, "devDependencies": { "@types/jest": "^21.1.2", "@types/node": "^8.0.33", "awesome-typescript-loader": "^3.2.3", "copy-webpack-plugin": "^4.1.1", "jest": "^21.2.1", "shared-git-hooks": "^1.2.1", "source-map-loader": "^0.2.2", "ts-jest": "^21.1.0", "ts-node": "^3.3.0", "typescript": "^2.5.3", "uglify-es": "^3.1.3", "uglifyjs-webpack-plugin": "^1.0.0-beta.2", "web-ext": "^1.8.1", "web-ext-types": "github:michael-zapata/web-ext-types", "webpack": "^3.6.0", "webpack-shell-plugin": "^0.5.0" }, "scripts": { "build": "webpack", "clean": "rm -rf build", "test": "npm run build && jest --silent", "update-buildsystem": "rm -rf src/node_modules; npm run clean" }, "jest": { "transform": { "^.+\\.tsx?$": "/node_modules/ts-jest/preprocessor.js" }, "testRegex": "(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$", "moduleFileExtensions": [ "ts", "tsx", "js", "jsx", "json" ] }, "author": "Colin Caine", "repository": { "type": "git", "url": "git+ssh://git@github.com/cmcaine/tridactyl.git" }, "keywords": [ "webextension", "webext", "vim", "firefox" ], "license": "Apache-2.0", "bugs": { "url": "https://github.com/cmcaine/tridactyl/issues" }, "homepage": "https://github.com/cmcaine/tridactyl#readme" }