mirror of
https://github.com/vale981/tridactyl
synced 2025-03-05 17:41:40 -05:00
24 lines
683 B
JSON
24 lines
683 B
JSON
{
|
|
"name": "tridactyl",
|
|
"version": "0.1.0",
|
|
"description": "Vimperator/Pentadactyl successor",
|
|
"dependencies": {},
|
|
"devDependencies": {
|
|
"awesome-typescript-loader": "^3.2.3",
|
|
"copy-webpack-plugin": "^4.1.0",
|
|
"shared-git-hooks": "^1.2.1",
|
|
"source-map-loader": "^0.2.2",
|
|
"typescript": "^2.5.3",
|
|
"uglify-es": "^3.1.2",
|
|
"uglifyjs-webpack-plugin": "^1.0.0-beta.2",
|
|
"web-ext-types": "github:michael-zapata/web-ext-types",
|
|
"webpack": "^3.6.0"
|
|
},
|
|
"scripts": {
|
|
"build": "webpack",
|
|
"clean": "rm -rf build",
|
|
"test": "npm run build",
|
|
"update-buildsystem": "rm -rf src/node_modules; npm run clean"
|
|
},
|
|
"author": "Colin Caine"
|
|
}
|