forked from ExactTarget/fuelux
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
99 lines (99 loc) · 2.5 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
{
"author": {
"email": "[email protected]",
"name": "ExactTarget",
"url": "http://code.exacttarget.com"
},
"bugs": {
"url": "https://github.com/ExactTarget/fuelux/issues"
},
"dependencies": {
"bootstrap": "3.3.7",
"jquery": "3.1.1",
"moment": "2.17.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.0",
"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.11.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": "./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.11",
"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"
}
}