2017-10-02 00:59:51 +01:00
|
|
|
{
|
|
|
|
"name": "tridactyl",
|
|
|
|
"version": "0.1.0",
|
|
|
|
"description": "Vimperator/Pentadactyl successor",
|
2017-10-06 00:06:50 +01:00
|
|
|
"dependencies": {},
|
2017-10-02 00:59:51 +01:00
|
|
|
"devDependencies": {
|
2017-10-06 00:06:50 +01:00
|
|
|
"@types/jest": "^21.1.2",
|
2017-10-08 16:33:09 +01:00
|
|
|
"@types/node": "^8.0.33",
|
2017-10-02 00:59:51 +01:00
|
|
|
"awesome-typescript-loader": "^3.2.3",
|
2017-10-06 00:06:50 +01:00
|
|
|
"copy-webpack-plugin": "^4.1.1",
|
2017-10-05 01:53:02 +01:00
|
|
|
"jest": "^21.2.1",
|
2017-10-02 01:47:40 +01:00
|
|
|
"shared-git-hooks": "^1.2.1",
|
2017-10-02 00:59:51 +01:00
|
|
|
"source-map-loader": "^0.2.2",
|
2017-10-06 00:06:50 +01:00
|
|
|
"ts-jest": "^21.1.0",
|
2017-10-05 02:23:47 +01:00
|
|
|
"ts-node": "^3.3.0",
|
2017-10-02 01:47:40 +01:00
|
|
|
"typescript": "^2.5.3",
|
2017-10-06 00:06:50 +01:00
|
|
|
"uglify-es": "^3.1.3",
|
2017-10-02 01:47:40 +01:00
|
|
|
"uglifyjs-webpack-plugin": "^1.0.0-beta.2",
|
|
|
|
"web-ext-types": "github:michael-zapata/web-ext-types",
|
|
|
|
"webpack": "^3.6.0"
|
2017-10-02 00:59:51 +01:00
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"build": "webpack",
|
|
|
|
"clean": "rm -rf build",
|
2017-10-05 03:55:42 +01:00
|
|
|
"test": "npm run build && jest --silent",
|
2017-10-02 10:02:15 +01:00
|
|
|
"update-buildsystem": "rm -rf src/node_modules; npm run clean"
|
2017-10-02 00:59:51 +01:00
|
|
|
},
|
2017-10-05 01:53:02 +01:00
|
|
|
"jest": {
|
|
|
|
"transform": {
|
|
|
|
"^.+\\.tsx?$": "<rootDir>/node_modules/ts-jest/preprocessor.js"
|
|
|
|
},
|
|
|
|
"testRegex": "(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$",
|
|
|
|
"moduleFileExtensions": [
|
|
|
|
"ts",
|
|
|
|
"tsx",
|
|
|
|
"js",
|
|
|
|
"jsx",
|
|
|
|
"json"
|
|
|
|
]
|
|
|
|
},
|
2017-10-06 00:06:50 +01:00
|
|
|
"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"
|
2017-10-02 00:59:51 +01:00
|
|
|
}
|