This repository was archived by the owner on Jan 23, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.36 KB
/
package.json
File metadata and controls
60 lines (60 loc) · 1.36 KB
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
55
56
57
58
59
60
{
"name": "jquery-jec",
"title": "jQuery Editable Combobox",
"version": "1.4.0",
"description": "Editable combobox implementation for jQuery",
"main": "dist/jquery-jec.js",
"author": {
"name": "Lukasz Rajchel",
"url": "http://rajchel.pl"
},
"homepage": "https://github.com/RaYell/jquery-jec",
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "https://github.com/RaYell/jquery-jec"
},
"keywords": [
"jquery",
"combobox",
"jec"
],
"bugs": {
"url": "https://github.com/RaYell/jquery-jec/issues"
},
"licenses": [
{
"type": "Apache",
"url": "https://github.com/RaYell/jquery-jec/blob/master/LICENSE"
}
],
"dependencies": {
"jquery": "^2.1.3"
},
"devDependencies": {
"blanket": "^1.1.6",
"chai": "^1.10.0",
"codeclimate-test-reporter": "0.0.4",
"coveralls": "^2.10.0",
"grunt": "^0.4.4",
"grunt-blanket": "0.0.8",
"grunt-blanket-mocha": "^0.4.0",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-uglify": "^0.4.1",
"grunt-jslint": "^1.1.10",
"grunt-jsonlint": "^1.0.4",
"grunt-mocha": "^0.4.10",
"grunt-shell": "^0.7.0",
"http-server": "^0.6.1",
"jsdom": "^0.10.5",
"mocha": "^1.18.2",
"mocha-lcov-reporter": "0.0.1"
},
"config": {
"blanket": {
"pattern": "src/jquery-jec.js"
}
}
}