File: package.json

Recommend this page to a friend!
  Classes of Ovidiu Bokar   Social Media Sharing   package.json   Download  
File: package.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Social Media Sharing
Create social media sharing links
Author: By
Last change: Update of package.json
Date: 2 years ago
Size: 1,196 bytes
 

Contents

Class file image Download
{ "name": "js-sharing-buttons", "version": "2.0.0", "description": "Create Social media links.", "main": "dist/SocialMedia.js", "directories": { "doc": "doc", "test": "tests" }, "dependencies": { }, "devDependencies": { "typescript": "^2.0.9", "core-js": "^2.4.1", "chai": "^3.5.0", "codeceptjs": "^0.4.9", "gulp": "^3.9.1", "gulp-concat": "^2.6.1", "gulp-minify": "0.0.14", "gulp-rename": "^1.2.2", "gulp-replace": "^0.5.4", "gulp-typedoc": "^2.0.1", "gulp-uglify": "^2.0.0", "http-server": "^0.9.0", "mocha": "^3.1.2", "phantomjs": "^2.1.7", "pump": "^1.0.1", "typedoc": "^0.5.1", "webdriverio": "^4.4.0" }, "scripts": { "pretest": "tsc test/*Test.ts --module commonjs", "test": "mocha", "watch": "mocha --watch" }, "repository": { "type": "git", "url": "git+https://github.com/bovidiu/js-sharing-buttons.git" }, "author": "Ovidiu S Bokar <ovidiu.bokar@gmail.com>(http://www.ovidiubokar.com)", "license": "MIT", "bugs": { "url": "https://github.com/bovidiu/js-sharing-buttons/issues" }, "homepage": "https://github.com/bovidiu/js-sharing-buttons#readme" }