UNPKG

fuelux

Version:

Base Fuel UX styles and controls

100 lines (99 loc) 2.56 kB
{ "author": { "email": "kparkerson@exacttarget.com", "name": "ExactTarget", "url": "http://code.exacttarget.com" }, "bugs": { "url": "https://github.com/ExactTarget/fuelux/issues" }, "dependencies": { "bootstrap": "3.3.7", "jquery": "3.2.1", "moment": "2.18.1" }, "description": "Base Fuel UX styles and controls", "devDependencies": { "bower": "1.8.0", "connect": "3.6.0", "eslint": "^3.5.0", "eslint-config-airbnb-es5": "^1.0.9", "eslint-plugin-requirejs": "^3.0.0", "grunt": "^1.0.1", "grunt-banner": "0.6.0", "grunt-blanket-qunit": "^0.2.0", "grunt-browserify": "5.0.0", "grunt-bump": "0.8.0", "grunt-cli": "1.1.0", "grunt-contrib-clean": "1.0.0", "grunt-contrib-compress": "1.4.1", "grunt-contrib-concat": "1.0.1", "grunt-contrib-connect": "1.0.2", "grunt-contrib-copy": "1.0.0", "grunt-contrib-jshint": "1.1.0", "grunt-contrib-less": "1.4.1", "grunt-contrib-qunit": "1.3.0", "grunt-contrib-uglify": "2.2.0", "grunt-contrib-watch": "1.0.0", "grunt-htmllint": "^0.2.7", "grunt-jsbeautifier": "0.2.13", "grunt-prompt": "1.3.3", "grunt-saucelabs": "9.0.0", "grunt-shell": "2.0.0", "grunt-text-replace": "0.4.0", "grunt-umd": "2.4.0", "grunt-zip": "0.17.1", "load-grunt-config": "0.19.2", "load-grunt-tasks": "3.5.2", "semver": "5.3.0", "serve-static": "1.12.0" }, "engines": { "node": ">=5.8.x" }, "homepage": "https://github.com/ExactTarget/fuelux", "keywords": [ "application", "bootstrap", "controls", "css", "exacttarget", "exact target", "front-end", "fuelux", "fuel ux", "js", "salesforce", "user interface", "web" ], "license": { "type": "BSD-3-Clause", "url": "https://github.com/ExactTarget/fuelux/blob/master/LICENSE" }, "main": "./dist/js/npm", "name": "fuelux", "private": false, "repository": { "type": "git", "url": "git://github.com/ExactTarget/fuelux.git" }, "scripts": { "main": "devserver.js", "start": "grunt serve", "test": "grunt travisci --verbose", "postinstall": "node postinstall.js", "local": "grunt servefast", "release": "grunt release" }, "title": "Fuel UX", "version": "3.15.12", "volo": { "baseDir": "lib", "dependencies": { "moment": "http://momentjs.com/downloads/moment-with-locales.js" }, "type": "directory", "url": "https://raw.github.com/ExactTarget/fuelux/{version}/dist/fuelux.zip" } }