-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.41 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
{
"name": "alphaListNav",
"version": "0.7.2",
"description": "Filter An HTML List Alphebetically - alphaListNav.js will add an alphebetical navigation bar to all of your lists. Click a letter to quickly filter the list to show items that match that letter. With many different options and features.",
"main": "alphaListNav.js",
"scripts": {
"dev": "npx grunt watch",
"build": "npx grunt build --verbose",
"build:all": "npx grunt build:all --verbose"
},
"repository": {
"type": "git",
"url": "git+https://github.com/elliottprogrammer/alphaListNav.js.git"
},
"keywords": [
"Alphebetical",
"list",
"filter",
"javascript",
"plugin",
"filter",
"list",
"navigation"
],
"author": "[Bryan Elliott] (https://github.com/elliottprogrammer/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/elliottprogrammer/alphaListNav.js/issues"
},
"homepage": "https://github.com/elliottprogrammer/alphaListNav.js#readme",
"devDependencies": {
"@babel/core": "^7.18.2",
"@babel/plugin-proposal-class-properties": "^7.17.12",
"@babel/plugin-proposal-object-rest-spread": "^7.18.0",
"@babel/preset-env": "^7.18.2",
"grunt": "^1.5.3",
"grunt-babel": "^8.0.0",
"grunt-cli": "^1.4.3",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^4.0.0",
"grunt-contrib-uglify": "^5.2.1",
"grunt-contrib-watch": "^1.1.0",
"grunt-sass": "^3.1.0",
"grunt-umd": "^3.0.0",
"node-sass": "^7.0.1"
}
}