-
Notifications
You must be signed in to change notification settings - Fork 19
/
package.json
41 lines (41 loc) · 1.19 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
{
"name": "@iframely/embed.js",
"version": "1.10.4",
"description": "Iframely embeds cloud JavaScript library, helps with rich media embed codes rendering for Iframely hosted iFrames. Library functions include unfurling URLs, lazy-loading, and rich-media events handling.",
"keywords": [
"iframely",
"embed",
"embedjs",
"embed.js",
"iframe",
"oembed"
],
"homepage": "http://iframely.com",
"repository": {
"type": "git",
"url": "https://github.com/itteco/embedjs.git"
},
"bugs": {
"url": "https://github.com/itteco/embedjs/issues"
},
"main": "src/index.js",
"scripts": {
"start": "webpack --env development --progress --profile --colors --watch",
"build": "webpack --env production --progress --profile --colors",
"all": "webpack --env production && webpack --env development",
"lint": "eslint ./src/**.js"
},
"devDependencies": {
"compile-ejs-loader": "0.0.2",
"eslint": "^5.15.3",
"eslint-loader": "^2.1.2",
"webpack": "^4.29.6",
"webpack-cli": "^3.3.0",
"webpack-merge": "^4.2.1",
"ejs": "^2.6.1",
"html-minifier": "^3.5.19",
"uglify-js": "^3.4.6"
},
"license": "MIT",
"dependencies": {}
}