-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
84 lines (84 loc) · 1.89 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
"name": "capitains-sparrow.selector",
"description": "jQuery selector plugin for CTS repositories",
"version": "0.0.2",
"keywords": [
"CITE",
"CTS",
"Perseus",
"API",
"Capitains"
],
"dependencies": {
"capitains-sparrow": "1.0.5",
"jquery": "~2"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-cli": "~0.1",
"grunt-contrib-concat": "~0.1.2",
"grunt-contrib-uglify": "~0.4.x",
"grunt-contrib-jasmine": "~0.6.x",
"grunt-contrib-clean": "~0.6",
"grunt-release": "0.11.0",
"grunt-karma": "~0.10",
"jasmine": "~2.2",
"jasmine-ajax": "~2",
"jasmine-jquery": "~2",
"jasmine-expect": "~1",
"phantomjs": "~1.9",
"karma": "~0.12.0",
"karma-jasmine": "~0.2.0",
"karma-jasmine-jquery": "~0.1",
"karma-phantomjs-launcher": "~0.1.4",
"karma-firefox-launcher": "~0.1.4",
"karma-chrome-launcher": "~0.1"
},
"scripts": {
"test": "grunt test",
"build": "grunt build"
},
"contributors": [
{
"name": "Thibault Clerice",
"email": "",
"web": "http://github.com/PonteIneptique"
},
{
"name": "Bridget Almas",
"email": "",
"web": "http://github.com/Balmas"
}
],
"maintainers": [
{
"name": "Thibault Clerice",
"email": "",
"web": "http://github.com/PonteIneptique"
},
{
"name": "PerseusDL",
"email": "",
"web": "http://github.com/PerseusDL"
},
{
"name": "Capitains",
"email": "",
"web": "http://github.com/Capitains"
}
],
"bugs": {
"url": "https://github.com/Capitains/jQuery.selector/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/Capitains/jQuery.selector.git"
},
"licenses": [
{
"name": "GNU GPL 3.0",
"url": "http://www.gnu.org/copyleft/gpl.html"
}
],
"homepage": "https://github.com/Capitains/jQuery.selector/"
}