{ "name": "embed-js", "version": "3.3.3", "description": "A JavaScript plugin that analyses the string and embeds emojis, media, tweets, code and services.", "keywords": [ "JavaScript-plugin", "embed", "plugins", "JavaScript", "embed-js", "emoticon", "jquery-embed" ], "main": "./dist/embed.min.js", "repository": { "type": "git", "url": "https://github.com/ritz078/embed.js.git" }, "bugs": { "url": "https://github.com/ritz078/embed.js/issues" }, "author": { "name": "Ritesh Kumar", "email": "rkritesh078@gmail.com", "url": "https://github.com/ritz078" }, "homepage": "http://riteshkr.com/embed.js", "contributors": [ { "name": "Jesús Pérez", "email": "jesusprubio@gmail.com", "url": "https://github.com/jesusprubio" } ], "license": "MIT", "devDependencies": { "autoprefixer-core": "^6.0.1", "babel": "^6.3.26", "babel-core": "^6.3.26", "babel-eslint": "^4.1.6", "babel-plugin-transform-regenerator": "^6.3.26", "babel-preset-es2015-rollup": "^1.0.0", "babel-preset-stage-2": "^6.3.13", "chai": "^3.2.0", "commitizen": "^2.4.6", "cssnano": "^3.4.0", "cz-conventional-changelog": "^1.1.5", "es6-promise": "^3.0.2", "eslint": "^1.10.3", "grunt": "~0.4.5", "grunt-cli": "~0.1.13", "grunt-contrib-clean": "^0.7.0", "grunt-contrib-connect": "^0.11.2", "grunt-contrib-csslint": "^0.5.0", "grunt-contrib-sass": "^0.9.2", "grunt-contrib-uglify": "^0.11.0", "grunt-contrib-watch": "^0.6.1", "grunt-eslint": "^17.3.1", "grunt-postcss": "^0.7.1", "grunt-retinafy": "^0.1.5", "grunt-rollup": "^0.6.1", "grunt-spritesmith": "^6.1.0", "mocha": "^2.3.4", "promise": "^7.1.1", "rollup": "^0.22.0", "rollup-plugin-babel": "^2.x", "rollup-plugin-commonjs": "^2.0.0", "rollup-plugin-npm": "^1.1.0", "rollup-plugin-replace": "^1.1.0" }, "scripts": { "commit": "git-cz", "test": "rollup -c && mocha test/bundle.test.js" }, "config": { "commitizen": { "path": "node_modules/cz-conventional-changelog" } } }