This repository has been archived by the owner on Feb 12, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1k
/
package.json
119 lines (119 loc) · 3.13 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
{
"author": {
"email": "[email protected]",
"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"
]
}
}