forked from ExactTarget/fuelux
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.44 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
{
"name": "fuelux",
"title": "Fuel UX",
"version": "2.6.0",
"description": "Base Fuel UX styles and controls",
"homepage": "https://github.com/ExactTarget/fuelux",
"author": {
"name": "ExactTarget",
"email": "aalexander@exacttarget.com",
"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 travisci"
},
"devDependencies": {
"grunt-contrib-clean": "~0.4.1",
"grunt-contrib-copy": "~0.4.1",
"grunt-contrib-compress": "~0.5.0",
"grunt-contrib-requirejs": "~0.4.0",
"grunt-recess": "~0.3.3",
"grunt-contrib-uglify": "~0.2.0",
"grunt-contrib-watch": "~0.4.3",
"grunt-contrib-connect": "~0.3.0",
"grunt": "~0.4.1",
"grunt-contrib-jshint": "~0.4.3",
"grunt-contrib-qunit": "~0.2.1",
"grunt-saucelabs": "~4.0.2"
},
"keywords": [
"fuelux",
"fuel ux",
"bootstrap"
],
"private": true,
"volo": {
"baseDir": "lib",
"url": "https://raw.github.com/ExactTarget/fuelux/{version}/dist/fuelux.zip",
"type": "directory",
"dependencies": {
"moment": "http://momentjs.com/downloads/moment-with-langs.js"
}
}
}