{ "name": "embed-js", "version": "4.1.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", "emoji" ], "main": "./src/embed.js", "jsnext:main": "./src/embed.es2015.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", "ava": "^0.13.0", "babel": "^6.5.2", "babel-core": "^6.7.4", "babel-eslint": "^6.0.0", "babel-plugin-external-helpers": "^6.4.0", "babel-plugin-transform-export-extensions": "^6.5.0", "babel-plugin-transform-regenerator": "^6.4.4", "babel-preset-es2015": "^6.3.13", "babel-preset-es2015-rollup": "^1.1.1", "babel-preset-stage-0": "^6.5.0", "babel-register": "^6.4.3", "commitizen": "^2.8.2", "cssnano": "^3.4.0", "cz-conventional-changelog": "^1.1.6", "es6-promise": "^3.0.2", "eslint": "^2.5.1", "fetch-jsonp": "^1.0.0", "grunt": "^0.4.5", "grunt-bump": "^0.7.0", "grunt-cli": "^1.1.0", "grunt-contrib-clean": "^1.0.0", "grunt-contrib-connect": "^1.0.1", "grunt-contrib-copy": "^1.0.0", "grunt-contrib-csslint": "^1.0.0", "grunt-contrib-sass": "^1.0.0", "grunt-contrib-uglify": "^1.0.1", "grunt-contrib-watch": "^1.0.0", "grunt-conventional-changelog": "^6.1.0", "grunt-eslint": "^18.0.0", "grunt-postcss": "^0.8.0", "grunt-retinafy": "^0.1.5", "grunt-shell": "^1.1.2", "grunt-spritesmith": "^6.3.1", "grunt-string-replace": "^1.2.1", "load-grunt-tasks": "^3.4.0", "phantomjs": "^2.1.3", "promise": "^7.1.1", "rollup": "^0.31.2", "rollup-plugin-babel": "2.4.0", "rollup-plugin-commonjs": "^2.2.1", "rollup-plugin-filesize": "^0.2.1", "rollup-plugin-npm": "^1.4.0", "rollup-plugin-uglify": "^0.3.1", "whatwg-fetch": "^0.11.0" }, "scripts": { "commit": "git-cz", "test": "ava test/**/*.test.js --require babel-register" }, "config": { "commitizen": { "path": "node_modules/cz-conventional-changelog" } } }