-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.21 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.21 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
42
{
"name": "js-dropdown-menu",
"version": "1.1.1",
"description": "Simple drop-down menu.",
"main": "dist/jsdropdownmenu.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/partyk/jsDropdownMenu.git"
},
"keywords": [
"javascript",
"drop-down",
"menu"
],
"author": "Bohdan Partyk",
"license": "MIT",
"bugs": {
"url": "https://github.com/partyk/jsDropdownMenu/issues"
},
"homepage": "https://github.com/partyk/jsDropdownMenu#readme",
"devDependencies": {
"@babel/core": "^7.7.7",
"@babel/plugin-syntax-object-rest-spread": "^7.7.4",
"@babel/plugin-transform-modules-umd": "^7.7.4",
"@babel/preset-env": "^7.7.7",
"@babel/register": "^7.7.7",
"@partyk/eslint-config-standard": "git+https://github.com/partyk/eslint-config-standart.git",
"babel-plugin-loop-optimizer": "^1.4.1",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"gulp-clean": "^0.4.0",
"gulp-eslint": "^5.0.0",
"gulp-uglify": "^3.0.2",
"minimist": "^1.2.0"
},
"dependencies": {
"eslint-config-standart-partyk": "git+https://github.com/partyk/eslint-config-standart.git"
}
}