-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.46 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "@uu-cdh/backbone-util",
"version": "0.1.1",
"description": "Various utilities for Backbone applications",
"author": "UU Centre for Digital Humanities - Research Software Lab",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/CentreForDigitalHumanities/backbone-util/issues"
},
"homepage": "https://github.com/CentreForDigitalHumanities/backbone-util#readme",
"main": "index.js",
"type": "module",
"files": [
"index.js",
"src/*"
],
"scripts": {
"test": "karma start karma.conf.cjs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CentreForDigitalHumanities/backbone-util.git"
},
"keywords": [
"backbone"
],
"dependencies": {
"@uu-cdh/timing-util": "^0.1.1",
"backbone": "^1.6.0",
"underscore": "^1.13.6"
},
"devDependencies": {
"@babel/core": "^7.23.9",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^15.2.3",
"babel-preset-power-assert": "^3.0.0",
"karma": "^6.4.2",
"karma-mocha": "^2.0.1",
"karma-power-assert": "^1.0.0",
"karma-rollup-preprocessor": "^7.0.8",
"mocha": "^10.3.0",
"power-assert": "^1.6.1",
"rollup": "^4.10.0",
"rollup-plugin-glob-import": "^0.5.0",
"rollup-plugin-node-polyfills": "^0.2.1",
"sinon": "^17.0.1"
},
"optionalDependencies": {
"jquery": "^3.7.1",
"js-cookie": "^3.0.5"
}
}