-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
57 lines (57 loc) · 1.31 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
48
49
50
51
52
53
54
55
56
57
{
"name": "zeynepjs",
"version": "2.2.0",
"description": "a lightweight, multi-level jQuery side menu plugin",
"main": "./dist/zeynep.js",
"style": "./dist/zeynep.css",
"directories": {
"example": "examples"
},
"scripts": {
"start": "gulp",
"build": "gulp build",
"lint": "npm run lint:standard",
"lint:standard": "standard --verbose | snazzy || exit 0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hsynlms/zeynepjs.git"
},
"keywords": [
"jquery",
"navigation",
"menu",
"side-menu",
"multi-level-menu"
],
"author": "Huseyin ELMAS",
"license": "MIT",
"bugs": {
"url": "https://github.com/hsynlms/zeynepjs/issues"
},
"homepage": "https://github.com/hsynlms/zeynepjs#readme",
"devDependencies": {
"autoprefixer": "^10.4.2",
"chalk": "^4.1.2",
"del": "^6.0.0",
"gulp": "^4.0.2",
"gulp-clean-css": "^4.3.0",
"gulp-header": "^2.0.9",
"gulp-postcss": "^9.0.1",
"gulp-rename": "^2.0.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-uglify": "^3.0.2",
"postcss": "^8.4.5",
"postcss-discard-comments": "^5.0.1",
"postcss-sorting": "^7.0.1",
"snazzy": "^9.0.0",
"standard": "^16.0.4"
},
"standard": {
"ignore": [
"/dist/",
"/examples/",
"/src/zeynep.js"
]
}
}