File: package.json

Recommend this page to a friend!
  Classes of tomloprod   tomloprod Modal   package.json   Download  
File: package.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: tomloprod Modal
Create modal windows without using frameworks
Author: By
Last change: Update of package.json
Date: 2 years ago
Size: 672 bytes
 

Contents

Class file image Download
{ "name": "tomloprodModal", "description": "a simple and configurable pure javascript library to create responsive and minimalist modal windows with no dependencies", "author": "Tomas Lopez", "version": "1.0.2", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/tomloprod/tomloprodModal.git" }, "devDependencies": { "grunt": "^1.0.1", "grunt-banner": "^0.6.0", "grunt-cli": "^1.2.0", "grunt-contrib-cssmin": "^1.0.2", "grunt-contrib-jshint": "^1.0.0", "grunt-contrib-uglify": "^2.0.0", "jshint": "^2.9.3" }, "scripts": { "test": "grunt --verbose" }, "readmeFilename": "README.md" }