forked from ExactTarget/fuelux-mctheme
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
81 lines (81 loc) · 2.01 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
{
"name": "fuelux-mctheme",
"title": "Marketing Cloud Theme",
"version": "1.8.0",
"description": "Salesforce Marketing Cloud styles",
"homepage": "https://github.com/ExactTarget/fuelux-mctheme",
"author": {
"name": "ExactTarget",
"email": "[email protected]",
"url": "http://code.exacttarget.com"
},
"repository": {
"type": "git",
"url": "git://github.com/ExactTarget/fuelux-mctheme.git"
},
"bugs": {
"url": "https://github.com/ExactTarget/fuelux-mctheme/issues"
},
"license": {
"type": "BSD-3",
"url": "https://github.com/ExactTarget/fuelux-mctheme/blob/master/LICENSE"
},
"engines": {
"node": ">= 0.8.0"
},
"scripts": {
"postinstall": "bower install",
"start": "node www/server.js"
},
"dependencies": {
"fuelux": "3.x"
},
"devDependencies": {
"bower": "1.x",
"connect": "3.x",
"directory-colorfy": "1.1.0",
"directory-encoder": "0.6.1",
"fs-extra": "0.8.1",
"grunt": "0.x",
"grunt-banner": "0.x",
"grunt-bump": "0.x",
"grunt-cli": "0.x",
"grunt-contrib-clean": "0.x",
"grunt-contrib-compress": "0.x",
"grunt-contrib-connect": "0.x",
"grunt-contrib-copy": "0.x",
"grunt-contrib-less": "0.x",
"grunt-contrib-watch": "0.x",
"grunt-curl": "2.x",
"grunt-grunticon": "2.0.0-beta.5",
"grunt-prompt": "1.x",
"grunt-shell": "1.x",
"grunt-string-replace": "1.x",
"grunt-svgmin": "0.3.0",
"grunt-text-replace": "0.x",
"grunt-zip": "0.x",
"handlebars": "1.1.2",
"jszip": "2.5.x",
"less": "2.5.x",
"load-grunt-tasks": "0.x",
"lodash": "2.4.0",
"semver": "5.x",
"serve-static": "1.x",
"svg-to-png": "2.0.x",
"uglify-js": "2.4.x",
"volo": "0.x",
"xmldom": "0.1.16"
},
"keywords": [
"fuelux",
"fuel ux",
"bootstrap"
],
"private": false,
"volo": {
"baseDir": "lib",
"url": "https://raw.github.com/ExactTarget/fuelux-mctheme/{version}/dist/fuelux-mctheme.zip",
"type": "directory",
"dependencies": {}
}
}