You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
479 B
26 lines
479 B
4 years ago
|
{
|
||
|
"name": "carbon-trigger-extension",
|
||
|
"version": "1.0.0",
|
||
|
"description": "",
|
||
|
"main": "index.js",
|
||
|
"scripts": {
|
||
|
"test": "echo \"Error: no test specified\" && exit 1",
|
||
|
"watch": "webpack --watch",
|
||
|
"build": "webpack"
|
||
|
},
|
||
|
"keywords": [
|
||
|
"chrome extension",
|
||
|
"edge extension",
|
||
|
"carbon usage tracker"
|
||
|
],
|
||
|
"author": "Jen Looper",
|
||
|
"license": "MIT",
|
||
|
"devDependencies": {
|
||
|
"webpack": "^4.44.1",
|
||
|
"webpack-cli": "^3.3.12"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"axios": "^0.19.2"
|
||
|
}
|
||
|
}
|