UNPKG

vex-js

Version:

Beautiful, functional dialogs in vanilla JavaScript

52 lines (51 loc) 1.18 kB
{ "name": "vex-js", "version": "4.1.0", "description": "Beautiful, functional dialogs in vanilla JavaScript", "contributors": [ "Adam Schwartz <aschwartz@hubspot.com>", "Brendan Batliner <brendan@omnipointment.com>", "Mark Stosberg <mark@rideamigos.com>" ], "license": "MIT", "main": "dist/js/vex.js", "repository": { "type": "git", "url": "https://github.com/HubSpot/vex.git" }, "dependencies": { "classlist-polyfill": "1.2.0", "domify": "1.4.0", "es6-object-assign": "1.1.0", "vex-dialog": "1.1.0" }, "devDependencies": { "autoprefixer": "7.1.3", "browserify": "16.1.0", "grunt": "1.0.2", "grunt-browserify": "5.2.0", "grunt-contrib-compass": "1.1.1", "grunt-contrib-uglify": "3.3.0", "grunt-postcss": "0.9.0", "grunt-sass": "2.0.0", "load-grunt-tasks": "3.5.2", "standard": "10.0.3" }, "scripts": { "test": "standard", "build": "grunt" }, "standard": { "ignore": [ "/dist" ] }, "browserslist": [ "IE 9", "Edge 13", "Firefox 21", "Chrome 23", "Safari 6", "Opera 15" ] }