-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
43 lines (43 loc) · 1.08 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
{
"name": "jquery.cssselect",
"version": "2.0.1",
"description": "Keyboard-aware custom <select> dropdown boxes without inline styles. UMD-compatible – for your <script> tag with jQuery on the page, AMD module loader, or CommonJS.",
"keywords": [
"custom select",
"select",
"dropdown",
"custom dropdown",
"umd",
"commonjs",
"amd"
],
"repository": {
"type": "git",
"url": "https://github.com/websdotcom/jquery.cssselect.git"
},
"publishConfig": {
"registry": "http://registry.npmjs.org/"
},
"dependencies": {
"jquery": "^3.0.0"
},
"devDependencies": {
"chai": "^4.1.2",
"grunt": "~0.4.2",
"grunt-cli": "~0.1.13",
"grunt-karma": "~0.8.0",
"karma": "~0.12.0",
"karma-chai": "~0.1.0",
"karma-mocha": "~0.1.1",
"karma-phantomjs-launcher": "^1.0.4",
"karma-requirejs": "~0.2.2",
"karma-sinon": "~1.0.0",
"mocha": "^5.1.0",
"requirejs": "~2.1.10",
"sinon": "^4.5.0"
},
"main": "./dist/jquery.cssSelect.js",
"scripts": {
"test": "./node_modules/karma/bin/karma start --single-run"
}
}