-
Notifications
You must be signed in to change notification settings - Fork 152
/
Copy pathpackage.json
33 lines (33 loc) · 912 Bytes
/
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
{
"name": "jquery-collapse",
"version": "1.1.2",
"description": "A lightweight (~1kb) jQuery plugin that enables expanding and collapsing content",
"devDependencies": {
"chai": "^4.2.0",
"coveralls": "^3.0.9",
"jquery": "^3.4.1",
"karma": "^4.4.1",
"karma-chrome-launcher": "^3.1.0",
"karma-coffee-preprocessor": "^1.0.1",
"karma-coverage": "^2.0.1",
"karma-coveralls": "^2.1.0",
"karma-mocha": "^1.3.0",
"karma-sinon-chai": "^2.0.2",
"mocha": "^7.0.1",
"should": "^13.2.3",
"sinon": "^8.1.1",
"sinon-chai": "^3.4.0"
},
"scripts": {
"test": "./node_modules/karma/bin/karma start --single-run"
},
"repository": {
"type": "git",
"url": "https://github.com/danielstocks/jQuery-Collapse.git"
},
"author": "Daniel Stocks",
"license": "MIT",
"bugs": {
"url": "https://github.com/danielstocks/jQuery-Collapse/issues"
}
}