forked from ExactTarget/fuelux-mctheme
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
84 lines (84 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
{
"name": "fuelux-mctheme",
"title": "Marketing Cloud Theme",
"version": "1.15.6",
"description": "Salesforce Marketing Cloud styles",
"homepage": "https://github.com/ExactTarget/fuelux-mctheme",
"author": {
"name": "ExactTarget",
"email": "kparkerson@exacttarget.com",
"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": "BSD-3-Clause",
"engines": {
"node": "4.4.2"
},
"scripts": {
"postinstall": "bower install",
"start": "node www/server.js"
},
"dependencies": {
"fuelux": "3.15.11"
},
"devDependencies": {
"async": "^2.0.0-rc.2",
"bower": "^1.7.9",
"connect": "^3.4.1",
"directory-colorfy": "^2.0.5",
"directory-encoder": "^0.8.0",
"fs-extra": "^0.26.7",
"grunt": "^1.0.1",
"grunt-banner": "^0.6.0",
"grunt-bump": "^0.7.0",
"grunt-cli": "^1.2.0",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-compress": "^1.2.0",
"grunt-contrib-connect": "^1.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-less": "^1.2.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-grunticon": "^2.2.2",
"grunt-prompt": "^1.3.3",
"grunt-shell": "^1.2.1",
"grunt-string-replace": "^1.2.1",
"grunt-svgmin": "^3.1.2",
"grunt-text-replace": "^0.4.0",
"grunt-zip": "^0.17.1",
"gulp": "^3.9.1",
"gulp-json-lint": "^0.1.0",
"gulp-rename": "^1.2.2",
"handlebars": "^4.0.5",
"jszip": "^2.6.0",
"less": "^2.6.1",
"load-grunt-tasks": "^3.4.1",
"lodash": "^4.8.2",
"npm": "^3.8.6",
"rimraf": "^2.5.2",
"semver": "^5.1.0",
"serve-static": "^1.10.2",
"svg-to-png": "2.0.1",
"theo": "^4.2.0",
"uglify-js": "^2.6.2",
"volo": "^0.3.7",
"xmldom": "^0.1.22"
},
"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": {}
}
}