-
Notifications
You must be signed in to change notification settings - Fork 101
/
Copy pathpackage.json
31 lines (31 loc) · 872 Bytes
/
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
{
"name": "selectnav.js",
"version": "0.1.0",
"description": "SelectNav.js is a JavaScript plugin that lets you convert your website navigation into a select drop-down menu. Used together with media queries it helps you to create a space saving, responsive navigation for small screen devices.",
"main": "selectnav-new.js",
"devDependencies": {
"karma": "~0.10.9",
"chai": "~1.9.0",
"mocha": "~1.17.1",
"karma-mocha": "~0.1.1"
},
"scripts": {
"test": "./node_modules/.bin/karma start --single-run"
},
"repository": {
"type": "git",
"url": "https://github.com/lukaszfiszer/selectnav.js.git"
},
"keywords": [
"browser",
"frontend",
"responsive",
"menu",
"navigation"
],
"author": "Lukasz Fiszer",
"license": "MIT",
"bugs": {
"url": "https://github.com/lukaszfiszer/selectnav.js/issues"
}
}