-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
124 lines (124 loc) · 3.08 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
{
"name": "jquery-asBreadcrumbs",
"title": "jQuery asBreadcrumbs",
"description": "A jquery plugin that make bootstrap breadcrumbs responisve.",
"version": "0.2.3",
"homepage": "https://github.com/amazingSurge/jquery-asBreadcrumbs",
"author": {
"name": "amazingSurge",
"email": "[email protected]",
"url": "amazingSurge.com"
},
"repository": {
"type": "git",
"url": "[email protected]:amazingSurge/jquery-asBreadcrumbs.git"
},
"keywords": [
"jquery",
"jquery-plugin",
"ecosystem:jquery",
"ui",
"es6",
"breadcrumbs"
],
"bugs": "https://github.com/amazingSurge/jquery-asBreadcrumbs/issues",
"licenses": [
{
"type": "LGPL-3.0",
"url": "https://github.com/amazingSurge/jquery-asBreadcrumbs/blob/master/LICENSE"
}
],
"license": "LGPL-3.0",
"main": "dist/jquery-asBreadcrumbs.js",
"module": "dist/jquery-asBreadcrumbs.es.js",
"files": [
"dist",
"src"
],
"scripts": {
"prestart": "npm install",
"start": "gulp serve",
"build": "npm run prestart && gulp build",
"deploy": "gulp deploy",
"deploy:prepare": "gulp deploy:prepare",
"release": "gulp release",
"test": "gulp test"
},
"devDependencies": {
"yargs": "*",
"assets-manager": "*",
"babel-core": "*",
"babel-eslint": "*",
"babel-istanbul": "*",
"babel-plugin-transform-es2015-modules-umd": "*",
"babel-preset-es2015": "*",
"babel-preset-es2015-rollup": "*",
"babelrc-rollup": "*",
"bootstrap": "^3.3.7",
"browser-sync": "*",
"chai": "*",
"del": "*",
"prettier": "*",
"gulp-nf-prettier": "*",
"graceful-fs": "*",
"gulp": "github:gulpjs/gulp#4.0",
"gulp-autoprefixer": "*",
"gulp-babel": "*",
"gulp-changed": "*",
"gulp-csscomb": "*",
"gulp-cssnano": "*",
"gulp-eslint": "*",
"gulp-extname": "*",
"gulp-filter": "*",
"gulp-header": "*",
"gulp-iconfont-css": "*",
"gulp-if": "*",
"gulp-notify": "*",
"gulp-plumber": "*",
"gulp-rename": "*",
"gulp-replace": "*",
"gulp-rollup": "*",
"gulp-sass": "*",
"gulp-sass-unicode": "*",
"gulp-size": "*",
"gulp-sourcemaps": "*",
"gulp-stylelint": "*",
"gulp-uglify": "*",
"gulp-util": "*",
"gulp-zip": "*",
"inquirer": "*",
"semver": "*",
"karma": "*",
"karma-babel-preprocessor": "*",
"karma-chrome-launcher": "*",
"karma-commonjs": "*",
"karma-coverage": "*",
"karma-firefox-launcher": "*",
"karma-mocha": "*",
"karma-mocha-reporter": "*",
"karma-phantomjs-launcher": "*",
"karma-rollup-plugin": "*",
"karma-sinon-chai": "*",
"merge-stream": "*",
"mkdirp": "*",
"mocha": "*",
"node-notifier": "*",
"path-exists": "*",
"phantomjs-prebuilt": "*",
"release-it": "*",
"rollup-plugin-babel": "*",
"rollup-plugin-istanbul": "*",
"sinon": "*",
"sinon-chai": "*",
"stylelint-config-bootstrap": "*",
"stylelint-scss": "*",
"through2": "*"
},
"engines": {
"node": ">= 6.2.2",
"npm": ">= 3"
},
"dependencies": {
"jquery": ">=2.2.0"
}
}