-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.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
{
"name": "mozu-core-theme",
"author": "Volusion, Inc.",
"description": "The core storefront theme for Mozu.",
"version": "9.2.1",
"repository": {
"type": "git",
"url": "https://github.com/mozu/core-theme.git"
},
"devDependencies": {
"grunt": "~0.4",
"grunt-contrib-compress": "^0.14.0",
"grunt-contrib-copy": "^0.8.2",
"grunt-contrib-jshint": "~0.11",
"grunt-contrib-watch": "~0.6",
"grunt-mozu-appdev-sync": "^2.1.0",
"grunt-newer": "^1.1.1",
"mozu-theme-helpers": "^1.2.2",
"time-grunt": "^1.2.2"
},
"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"
]
},
"license": "ISC"
}