mirror of
https://github.com/formax68/memoChron.git
synced 2026-07-22 12:30:31 +00:00
71 lines
1.6 KiB
JSON
71 lines
1.6 KiB
JSON
{
|
|
"name": "ical.js",
|
|
"version": "1.5.0",
|
|
"author": "Philipp Kewisch",
|
|
"contributors": [
|
|
"Github Contributors (https://github.com/mozilla-comm/ical.js/graphs/contributors)"
|
|
],
|
|
"description": "Javascript parser for ics (rfc5545) and vcard (rfc6350) data",
|
|
"main": "build/ical.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/mozilla-comm/ical.js.git"
|
|
},
|
|
"keywords": [
|
|
"calendar",
|
|
"iCalendar",
|
|
"jCal",
|
|
"vCard",
|
|
"jCard",
|
|
"parser"
|
|
],
|
|
"devDependencies": {
|
|
"benchmark": "^2.1.4",
|
|
"biased-opener": "^0.2.8",
|
|
"chai": "^4.2.0",
|
|
"coveralls": "^3.1.0",
|
|
"grunt": "^1.1.0",
|
|
"grunt-concurrent": "^3.0.0",
|
|
"grunt-contrib-concat": "^2.0.0",
|
|
"grunt-contrib-uglify": "^5.0.1",
|
|
"grunt-coveralls": "^2.0.0",
|
|
"grunt-gh-pages": "^4.0.0",
|
|
"grunt-jsdoc": "^2.4.1",
|
|
"grunt-karma": "^4.0.0",
|
|
"grunt-mocha-cli": "^7.0.0",
|
|
"grunt-mocha-istanbul": "^5.0.2",
|
|
"grunt-release": "^0.14.0",
|
|
"gruntify-eslint": "^5.0.0",
|
|
"istanbul": "^0.4.5",
|
|
"karma": "^6.3.9",
|
|
"karma-chai": "^0.1.0",
|
|
"karma-mocha": "^2.0.1",
|
|
"karma-sauce-launcher": "^4.1.5",
|
|
"karma-spec-reporter": "^0.0.32",
|
|
"minami": "^1.2.3",
|
|
"mocha": "^9.1.3"
|
|
},
|
|
"license": "MPL-2.0",
|
|
"engine": {
|
|
"node": ">=10"
|
|
},
|
|
"scripts": {
|
|
"test": "grunt test-node",
|
|
"prepare": "grunt"
|
|
},
|
|
"files": [
|
|
"build/ical.js",
|
|
"build/ical.min.js",
|
|
"lib/ical/*.js"
|
|
],
|
|
"saucelabs": {
|
|
"SL_Chrome": {
|
|
"base": "SauceLabs",
|
|
"browserName": "chrome"
|
|
},
|
|
"SL_Firefox": {
|
|
"base": "SauceLabs",
|
|
"browserName": "firefox"
|
|
}
|
|
}
|
|
}
|