30 lines
742 B
JSON
30 lines
742 B
JSON
{
|
|
"name": "nextcloud-js-tests",
|
|
"description": "Nextcloud tests",
|
|
"version": "0.0.2",
|
|
"author": {
|
|
"name": "Vincent Petry",
|
|
"email": "pvince81@owncloud.com"
|
|
},
|
|
"private": true,
|
|
"homepage": "https://github.com/nextcloud/",
|
|
"contributors": [],
|
|
"devDependencies": {
|
|
"handlebars": "^4.7.7",
|
|
"jasmine-core": "~2.5.2",
|
|
"jasmine-sinon": "^0.4.0",
|
|
"jsdoc": "^3.6.7",
|
|
"karma": "^5.2.3",
|
|
"karma-chrome-launcher": "^3.1.0",
|
|
"karma-coverage": "2.0.1",
|
|
"karma-jasmine": "^1.1.2",
|
|
"karma-jasmine-sinon": "^1.0.4",
|
|
"karma-spec-reporter": "^0.0.32",
|
|
"karma-viewport": "^1.0.8",
|
|
"node-sass": "~6.0.0",
|
|
"puppeteer": "^5.5.0",
|
|
"sinon": "<= 5.0.7"
|
|
},
|
|
"engine": "node >= 6.9"
|
|
}
|