UNPKG

fuelux

Version:

Base Fuel UX styles and controls

96 lines (95 loc) 2.41 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.6", "jquery": "2.1.4", "moment": "2.10.6" }, "description": "Base Fuel UX styles and controls", "devDependencies": { "bower": "1.7.0", "connect": "3.4.0", "grunt": "0.4.5", "grunt-banner": "0.6.0", "grunt-blanket-qunit": "0.2.0", "grunt-browserify": "4.0.1", "grunt-bump": "0.6.0", "grunt-cli": "0.1.13", "grunt-contrib-clean": "0.7.0", "grunt-contrib-compress": "0.14.0", "grunt-contrib-concat": "0.5.1", "grunt-contrib-connect": "0.11.2", "grunt-contrib-copy": "0.8.2", "grunt-contrib-jshint": "0.11.3", "grunt-contrib-less": "1.0.1", "grunt-contrib-qunit": "0.5.2", "grunt-contrib-uglify": "0.11.0", "grunt-contrib-watch": "0.6.1", "grunt-html": "5.0.1", "grunt-jsbeautifier": "0.2.10", "grunt-prompt": "1.3.3", "grunt-saucelabs": "8.6.2", "grunt-shell": "1.1.2", "grunt-text-replace": "0.4.0", "grunt-umd": "2.3.5", "grunt-zip": "0.17.1", "load-grunt-config": "0.19.1", "load-grunt-tasks": "3.3.0", "qunitjs": "1.20.0", "semver": "5.1.0", "serve-static": "1.10.0" }, "engines": { "node": "0.10.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" }, "title": "Fuel UX", "version": "3.13.0", "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" } }