forked from danielstocks/jQuery-Collapse
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 882 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 882 Bytes
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
{
"name": "jquery-collapse",
"version": "1.1.2",
"description": "A lightweight (~1kb) jQuery plugin that enables expanding and collapsing content",
"devDependencies": {
"coveralls": "^2.11.4",
"jquery": "~2.1.1",
"karma": "^0.13.10",
"karma-chrome-launcher": "~0.1.4",
"karma-coffee-preprocessor": "~0.2.1",
"karma-coverage": "^0.5.2",
"karma-coveralls": "^1.1.2",
"karma-firefox-launcher": "~0.1.3",
"karma-mocha": "~0.1.4",
"karma-sinon-chai": "~0.2.0",
"mocha": "~1.20.1",
"should": "~4.0.4"
},
"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"
}
}