Files
fuelux/package.json
Bobby Wilkes f519b85915 release 3.17.2
2019-08-14 11:11:39 -04:00

120 lines
3.1 KiB
JSON

{
"author": {
"email": "kparkerson@exacttarget.com",
"name": "ExactTarget",
"url": "http://code.exacttarget.com"
},
"bugs": {
"url": "https://github.com/ExactTarget/fuelux/issues"
},
"scripts": {
"build": "grunt dist",
"setup": "npm install && bower install",
"start": "grunt serve",
"postinstall": "node postinstall.js",
"local": "grunt servefast",
"release": "xvfb-maybe mocha test/mocha.js && grunt release",
"test": "xvfb-maybe mocha test/mocha.js && grunt travisci --verbose",
"regressionservers": "node test/regression/app.js",
"regression": "mocha test/mocha.js",
"updatereferences": "grunt shell:copyToReference"
},
"dependencies": {
"bootstrap": "^3.4.1",
"jquery": "3.2.1",
"moment": "2.18.1",
"require-handlebars-plugin": "^1.0.0"
},
"description": "Base Fuel UX styles and controls",
"devDependencies": {
"babel-eslint": "^8.2.1",
"bower": "1.8.0",
"chai": "^4.0.1",
"co-mocha": "^1.2.2",
"connect": "3.6.2",
"eslint": "^4.19.1",
"eslint-config-airbnb-es5": "^1.0.9",
"eslint-plugin-react": "^7.7.0",
"eslint-plugin-requirejs": "^3.0.0",
"express": "^4.16.3",
"express-handlebars": "^3.0.0",
"grunt": "^1.0.2",
"grunt-banner": "0.6.0",
"grunt-blanket-qunit": "^0.2.0",
"grunt-browserify": "5.0.0",
"grunt-bump": "0.8.0",
"grunt-cli": "1.2.0",
"grunt-contrib-clean": "1.1.0",
"grunt-contrib-compress": "1.4.3",
"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": "2.0.0",
"grunt-contrib-uglify": "3.0.1",
"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.1.0",
"grunt-text-replace": "0.4.0",
"grunt-umd": "3.0.0",
"grunt-zip": "0.17.1",
"load-grunt-config": "0.19.2",
"load-grunt-tasks": "3.5.2",
"mocha": "^3.4.2",
"niffy": "^0.2.0",
"nightmare": "^2.10.0",
"semver": "5.3.0",
"serve-static": "1.12.3",
"xvfb-maybe": "^0.2.1"
},
"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": "./js/npm",
"name": "fuelux",
"private": false,
"repository": {
"type": "git",
"url": "git://github.com/ExactTarget/fuelux.git"
},
"title": "Fuel UX",
"version": "3.17.2",
"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"
},
"greenkeeper": {
"ignore": [
"bootstrap"
]
}
}