-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
44 lines (44 loc) · 1.11 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
{
"name": "lazyembed2",
"version": "1.1.7",
"description": "A library for loading embeds and individual content on click",
"main": "src/lazyembed.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/futape/lazyembed.git"
},
"author": "Lucas Krause",
"license": "MIT",
"bugs": {
"url": "https://github.com/futape/lazyembed/issues"
},
"homepage": "https://github.com/futape/lazyembed#readme",
"keywords": [
"lazyload",
"embed",
"DSGVO",
"GDPR"
],
"devDependencies": {
"autoprefixer": "^8.6.4",
"babel-core": "^6.26.3",
"babel-plugin-transform-es2015-modules-strip": "^0.1.1",
"babel-preset-env": "^1.7.0",
"browserslist": ">=2.4.0",
"cssnano": "^4.0.0-rc.2",
"del": "^3.0.0",
"event-stream": "^3.3.4",
"gulp": "^3.9.1",
"gulp-babel": "^7.0.1",
"gulp-clone": "^2.0.1",
"gulp-postcss": "^7.0.1",
"gulp-rename": "^1.2.3",
"gulp-sass": "^4.0.1",
"gulp-sourcemaps": "^2.6.4",
"gulp-uglify": "^3.0.0",
"merge-stream": "^1.0.1"
}
}