forked from boyska/radiomanifest.js
35 lines
849 B
JSON
35 lines
849 B
JSON
|
{
|
||
|
"name": "radiomanifest",
|
||
|
"version": "0.1.0",
|
||
|
"description": "",
|
||
|
"main": "radiomanifest.js",
|
||
|
"directories": {
|
||
|
"test": "tests"
|
||
|
},
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "gogs@git.lattuga.net:lesion/radiomanifest.js.git"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"test": "npm run test:node && npm run test:browser",
|
||
|
"test:node": "mocha",
|
||
|
"test:browser": "karma start --single-run --browsers ChromeHeadless,FirefoxHeadless karma.config.js"
|
||
|
},
|
||
|
"author": "",
|
||
|
"license": "ISC",
|
||
|
"devDependencies": {
|
||
|
"chai": "^4.3.4",
|
||
|
"chai-as-promised": "^7.1.1",
|
||
|
"karma": "^6.3.9",
|
||
|
"karma-chrome-launcher": "^3.1.0",
|
||
|
"karma-firefox-launcher": "^2.1.2",
|
||
|
"karma-mocha": "^2.0.1",
|
||
|
"karma-webpack": "^5.0.0",
|
||
|
"mocha": "^9.1.3",
|
||
|
"webpack": "^5.64.1"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"isomorphic-unfetch": "^3.1.0"
|
||
|
}
|
||
|
}
|