forked from citizensadvice/priority-navigation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.06 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
{
"name": "@citizensadvice/priority-nav",
"title": "priority-nav",
"version": "1.4.1",
"main": "dist/priority-nav.js",
"description": "Priority+ pattern navigation that hides menu items if they don't fit on screen.",
"author": {
"name": "Gijs Rogé",
"url": "http://twitter.com/gijsroge"
},
"contributors": [
{
"name": "Dan Cseko",
"email": "[email protected]",
"url": "https://baseonmars.co.uk"
}
],
"repository": {
"type": "git",
"url": "https://github.com/LOUISINTERNET/priority-navigation"
},
"keywords": [
"priority+",
"responsive",
"navigation"
],
"license": "MIT",
"engines": {
"node": ">=0.8.0"
},
"devDependencies": {
"crayola": "0.0.1",
"grunt": "^1.0.4",
"grunt-bump": "0.8.0",
"grunt-contrib-concat": "1.0.1",
"grunt-contrib-jshint": "1.1.0",
"grunt-contrib-uglify": "3.3.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-sass": "2.1.0",
"jshint-stylish": "2.2.1",
"load-grunt-tasks": "3.5.2"
},
"scripts": {
"test": "grunt jshint"
}
}