-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 941 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 941 Bytes
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
{
"name": "@desinax/responsive-menu",
"version": "1.1.6",
"description": "Desinax LESS/SASS/JS module for a responsive menu.",
"main": null,
"devDependencies": {
"clean-css": "^3.4.12",
"css-styleguide": "^0.9.5",
"eslint": "^4.9.0",
"eslint-plugin-react": "^7.4.0",
"htmlhint": "0.9.12",
"javascript-style-guide": "^0.9.10",
"less": "^2.7",
"less-plugin-clean-css": "^1.5",
"stylelint": "^8.2.0",
"uglify-es": "^3.1.5"
},
"scripts": {
"test": "make test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/janaxs/javascript-style-guide.git"
},
"keywords": [
"css",
"codestyle",
"stylelint"
],
"author": "Mikael Roos mos@dbwebb.se (https://mikaelroos.se)",
"license": "MIT",
"bugs": {
"url": "https://github.com/janaxs/javascript-style-guide/issues"
},
"homepage": "https://github.com/janaxs/javascript-style-guide#readme"
}