UNPKG

1.37 kBJSONView Raw
1{
2 "name": "zeynepjs",
3 "version": "2.1.0",
4 "description": "a lightweight, multi-level jQuery side menu plugin",
5 "main": "./dist/zeynep.js",
6 "style": "./dist/zeynep.css",
7 "directories": {
8 "example": "examples"
9 },
10 "scripts": {
11 "start": "gulp",
12 "build": "gulp build",
13 "lint": "npm run lint:standard",
14 "lint:standard": "standard --verbose | snazzy || exit 0"
15 },
16 "repository": {
17 "type": "git",
18 "url": "git+https://github.com/hsynlms/zeynepjs.git"
19 },
20 "keywords": [
21 "jquery",
22 "navigation",
23 "menu",
24 "side-menu",
25 "multi-level-menu"
26 ],
27 "author": "Huseyin ELMAS",
28 "license": "MIT",
29 "bugs": {
30 "url": "https://github.com/hsynlms/zeynepjs/issues"
31 },
32 "homepage": "https://github.com/hsynlms/zeynepjs#readme",
33 "devDependencies": {
34 "autoprefixer": "^10.0.1",
35 "chalk": "^4.1.0",
36 "del": "^6.0.0",
37 "gulp": "^4.0.2",
38 "gulp-clean-css": "^4.3.0",
39 "gulp-header": "^2.0.9",
40 "gulp-postcss": "^9.0.0",
41 "gulp-rename": "^2.0.0",
42 "gulp-sourcemaps": "^2.6.5",
43 "gulp-uglify": "^3.0.2",
44 "postcss": "^8.1.4",
45 "postcss-discard-comments": "^4.0.2",
46 "postcss-sorting": "^6.0.0",
47 "snazzy": "^9.0.0",
48 "standard": "^16.0.1"
49 },
50 "standard": {
51 "ignore": [
52 "/dist/",
53 "/examples/"
54 ]
55 }
56}