forked from ExactTarget/fuelux
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
86 lines (86 loc) · 2.14 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
{
"author": {
"email": "[email protected]",
"name": "ExactTarget",
"url": "http://code.exacttarget.com"
},
"bugs": {
"url": "https://github.com/ExactTarget/fuelux/issues"
},
"dependencies": {
"bower": "1.x",
"connect": "3.x",
"serve-static": ">=1.7.2"
},
"description": "Base Fuel UX styles and controls",
"devDependencies": {
"grunt": "0.x",
"grunt-banner": "0.x",
"grunt-blanket-qunit": "~0.2.0",
"grunt-bump": "0.x",
"grunt-cli": "0.x",
"grunt-contrib-clean": "0.x",
"grunt-contrib-compress": "0.x",
"grunt-contrib-concat": "0.x",
"grunt-contrib-connect": "0.x",
"grunt-contrib-copy": "0.x",
"grunt-contrib-jshint": "0.x",
"grunt-contrib-less": "1.x",
"grunt-contrib-qunit": "0.5.x",
"grunt-contrib-uglify": "0.x",
"grunt-contrib-watch": "0.x",
"grunt-html-validation": "0.x",
"grunt-jsbeautifier": "0.x",
"grunt-prompt": "1.x",
"grunt-saucelabs": "8.x",
"grunt-text-replace": "0.x",
"grunt-umd": "2.x",
"grunt-zip": "0.x",
"load-grunt-tasks": "3.x",
"semver": "4.x"
},
"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"
},
"name": "fuelux",
"private": true,
"repository": {
"type": "git",
"url": "git://github.com/ExactTarget/fuelux.git"
},
"scripts": {
"main": "devserver.js",
"postinstall": "./node_modules/bower/bin/bower install && tar -zcf dev/node_modules.tar.gz node_modules/;",
"test": "grunt travisci --verbose"
},
"title": "Fuel UX",
"version": "3.7.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"
}
}