mirror of
https://github.com/chenasraf/chrome-url-loader.git
synced 2026-05-18 01:49:02 +00:00
28 lines
648 B
JSON
28 lines
648 B
JSON
{
|
|
"name": "chrome-url-loader",
|
|
"version": "1.1.1",
|
|
"description": "chrome extension URL loader for webpack",
|
|
"main": "index.js",
|
|
"repository": "https://github.com/chenasraf/chrome-url-loader.git",
|
|
"author": "Chen Asraf <chen@asraf.me>",
|
|
"license": "Apache-2.0",
|
|
"private": false,
|
|
"dependencies": {
|
|
"loader-utils": "^1.1.0",
|
|
"schema-utils": "^0.4.5"
|
|
},
|
|
"scripts": {
|
|
"test": "jest"
|
|
},
|
|
"devDependencies": {
|
|
"babel-jest": "^23.0.0-alpha.0",
|
|
"babel-preset-env": "^1.6.1",
|
|
"jest": "^23.0.0-alpha.0",
|
|
"memory-fs": "^0.4.1",
|
|
"webpack": "^4.1.1"
|
|
},
|
|
"jest": {
|
|
"testEnvironment": "node"
|
|
}
|
|
}
|