mirror of
https://github.com/mdn/webextensions-examples.git
synced 2026-04-16 14:28:33 +02:00
16 lines
332 B
JSON
16 lines
332 B
JSON
{
|
|
"name": "mocha-tests-webextension",
|
|
"version": "1.0.0",
|
|
"description": "Run test inside your addon",
|
|
"main": "background.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "",
|
|
"license": "MPL-2.0",
|
|
"devDependencies": {
|
|
"expect.js": "^0.3.1",
|
|
"mocha": "^3.1.2"
|
|
}
|
|
}
|