-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
48 lines (48 loc) · 1.09 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
{
"name": "paywithaffirmtheme",
"author": {
"name": "Affirm",
"email": "[email protected]"
},
"description": "Enable Affirm promotional messages",
"version": "2.0.0",
"scripts": {
"clean": "rm -rf compiled",
"ci": "grunt",
"prod": "grunt build-production"
},
"repository": {
"type": "git",
"url": "https://github.com/mozu/core-theme.git"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-compress": "^0.14.0",
"grunt-contrib-copy": "^0.8.2",
"grunt-contrib-jshint": "^0.11.3",
"grunt-contrib-watch": "^0.6.1",
"grunt-mozu-appdev-sync": "^2.4.1",
"grunt-newer": "^1.3.0",
"mozu-theme-helpers": "^1.3.2",
"time-grunt": "^1.4.0"
},
"engines": {
"node": ">=0.10"
},
"dependencies": {
"backbone": "1.1.2",
"bootstrap": "3.2.0",
"jquery-colorbox": "1.5.15",
"jquery.cookie": "1.4.1",
"typeahead.js": "0.10.5",
"underscore": "1.6.0"
},
"exportsOverride": {
"bootstrap": [
"js/affix.js",
"js/popover.js",
"js/tooltip.js",
"js/scrollspy.js"
]
}
}