forked from ExactTarget/fuelux
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.04 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
{
"name": "fuelux",
"title": "Fuel UX",
"version": "2.3.0",
"description": "Base Fuel UX styles and controls",
"homepage": "https://github.com/ExactTarget/fuelux",
"author": {
"name": "ExactTarget",
"email": "[email protected]",
"url": "http://code.exacttarget.com"
},
"repository": {
"type": "git",
"url": "git://github.com/ExactTarget/fuelux.git"
},
"bugs": {
"url": "https://github.com/ExactTarget/fuelux/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/ExactTarget/fuelux/blob/master/COPYING"
}
],
"engines": {
"node": ">= 0.6.0"
},
"scripts": {
"test": "grunt qunit"
},
"devDependencies": {
"grunt": "~0.3.11",
"grunt-contrib": "~0.1.0",
"grunt-recess": "~0.1.0"
},
"keywords": [
"fuelux",
"fuel ux",
"bootstrap"
],
"private": true,
"volo": {
"baseDir": "lib",
"url": "https://raw.github.com/ExactTarget/fuelux/{version}/dist/fuelux.zip",
"type": "directory",
"dependencies": {
}
}
}