-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.01 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
{
"name": "jquery.attrs",
"version": "0.1.2",
"homepage": "https://github.com/thiagofesta/jquery.attrs",
"description": "jQuery plugin for getting attributes from jQuery collections.",
"keywords": [
"jquery",
"attrs",
"attributes",
"attr",
"attribute",
"plugin"
],
"authors": [
"Thiago Festa <[email protected]> (http://thiagofesta.com)"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/thiagofesta/jquery.attrs.git"
},
"devDependencies": {
"bower": "^1.4.1",
"coveralls": "^2.11.4",
"grunt": "^0.4.5",
"load-grunt-tasks": "^3.2.0",
"time-grunt": "^1.2.1",
"grunt-karma": "^0.12.0",
"karma": "^0.13.3",
"jasmine-core": "^2.3.4",
"karma-jasmine": "^0.3.6",
"phantomjs": "^1.9.17",
"karma-phantomjs-launcher": "^0.2.0",
"karma-coverage": "^0.4.2",
"grunt-contrib-jshint": "^0.11.2",
"jshint-stylish": "^2.0.1",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-uglify": "^0.9.1"
}
}