-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.48 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": "lsx-login",
"version": "1.0.5",
"description": "The LSX Login extension allows users to log into a dashboard and then see configurable content based on which users can access which content.",
"main": "gulpfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://bitbucket.org/feedmycode/lsx-login"
},
"keywords": [
"lsx",
"addon"
],
"author": "LightSpeed",
"license": "GPL-3.0",
"bugs": {
"url": "https://bitbucket.org/feedmycode/lsx-login/issues"
},
"homepage": "https://bitbucket.org/feedmycode/lsx-login#readme",
"devDependencies": {
"gulp": "5.0.0",
"gulp-rtlcss": "2.0.0",
"gulp-autoprefixer": "9.0.0",
"gulp-concat": "2.6.1",
"gulp-gettext": "0.3.0",
"gulp-jshint": "2.1.0",
"gulp-minify-css": "1.2.4",
"gulp-plumber": "1.2.1",
"gulp-rename": "2.0.0",
"gulp-sass": "4.1.0",
"gulp-sort": "2.0.0",
"gulp-sourcemaps": "3.0.0",
"gulp-uglify": "3.0.2",
"gulp-util": "3.0.8",
"gulp-wp-pot": "2.5.0",
"jshint": "2.13.6",
"map-stream": "0.0.7"
},
"dependencies": {
"acorn": "^8.14.0",
"atob": "^2.1.2",
"braces": "^3.0.3",
"clean-css": "^5.3.3",
"cryptiles": "^4.1.3",
"hoek": "^6.1.3",
"lodash": "^4.17.21",
"lodash.template": "^4.5.0",
"minimatch": "^10.0.1",
"minimist": "^1.2.8",
"randomatic": "^3.1.1",
"tar": "^7.4.3",
"tunnel-agent": "^0.6.0"
}
}