-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.08 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.08 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
{
"name": "jquery.attrMatcher",
"version": "0.0.1",
"homepage": "https://github.com/nekman/jQuery.attrMatcher",
"authors": [
"nekman@github.com"
],
"description": "Find elements with matching attributes.",
"repository": {
"type": "git",
"url": "git://github.com/nekman/jQuery.attrMatcher.git"
},
"devDependencies": {
"gulp-util": "~2.2.12",
"gulp": "~3.5.0",
"amdefine": "~0.1.0",
"requirejs": "~2.1.10",
"gulp-jshint": "~1.3.4",
"gulp-uglify": "~0.2.0",
"gulp-concat": "~2.1.7",
"jsdom": "~0.8.11",
"mocha": "~1.17.1",
"jquery": "~2.1.0",
"should": "~3.1.0",
"sinon": "~1.7.3",
"gulp-mocha": "~0.4.1",
"istanbul": "~0.2.3",
"jshint-stylish": "~0.1.5"
},
"scripts": {
"test": "gulp",
"coveralls": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage"
},
"engines": {
"node": ">=0.10.0"
},
"dependencies": {
"mocha-lcov-reporter": "0.0.1",
"coveralls": "~2.6.1"
}
}