forked from shobhitsharma/embedo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 932 Bytes
/
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
{
"name": "embedo",
"version": "1.7.0",
"description": "Embeds third party content to DOM with perks",
"main": "embedo.js",
"scripts": {
"prestart": "npm install",
"start": "http-server ./ -ssl -o",
"test": "mocha test/*.spec.js",
"build": "uglifyjs embedo.js --compress --mangle --output=embedo.min.js"
},
"repository": {
"type": "git",
"url": "https://github.com/shobhitsharma/embedo.git"
},
"keywords": [
"embed",
"embedo",
"social-media-plugin",
"content-embed",
"iframe",
"oembed"
],
"author": "Shobhit Sharma <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/shobhitsharma/embedo/issues"
},
"homepage": "https://github.com/shobhitsharma/embedo",
"devDependencies": {
"chai": "^4.1.2",
"http-server": "^0.10.0",
"jsdom": "^11.3.0",
"karma": "^1.7.1",
"mocha": "^4.0.1",
"uglify-js": "^3.1.3"
}
}