-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
58 lines (58 loc) · 1.32 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
{
"name": "relevance",
"title": "relevance",
"description": "Progressive disclosure (relevance) for HTML elements",
"version": "2.1.2",
"homepage": "https://github.com/bboyle/relevance",
"author": {
"name": "Ben Boyle",
"email": "benjamins.boyle@gmail.com",
"url": "http://ultimate.benboyle.id.au/"
},
"engines": {
"node": ">=4.0.0",
"npm": ">=3.0.0"
},
"repository": {
"type": "git",
"url": "git://github.com/bboyle/relevance.git"
},
"bugs": "https://github.com/bboyle/relevance/issues",
"licenses": [
{
"type": "MIT",
"url": "https://github.com/bboyle/relevance/blob/master/LICENSE-MIT"
}
],
"keywords": [
"HTML5",
"forms",
"UX",
"progressive disclosure",
"relevant",
"toggle",
"show hide"
],
"directories": {
"test": "test"
},
"devDependencies": {
"grunt": "^1.0.1",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-connect": "^1.0.2",
"grunt-contrib-jshint": "^1.0.0",
"grunt-contrib-qunit": "^1.0.1",
"grunt-contrib-uglify": "^1.0.1",
"grunt-contrib-watch": "^1.0.0",
"grunt-saucelabs": "^8.6.2",
"qunitjs": "^1.21.0"
},
"scripts": {
"test": "grunt test",
"test-on-travis": "grunt test-remote"
},
"dependencies": {
"jquery": "^2.1.3"
}
}