-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.72 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.72 KB
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
{
"name": "fhac-theme",
"version": "0.0.1",
"description": "Theme for Forest Hill Animal Clinic's WordPress Website",
"main": "index.php",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "3VL INC",
"license": "proprietary",
"devDependencies": {
"browserify": "^8.1.1",
"browserify-shim": "^3.8.2",
"browsernizr": "^1.0.2",
"del": "^1.2.0",
"gulp": "^3.9.0",
"gulp-connect": "^2.2.0",
"gulp-minify-css": "^0.3.11",
"gulp-notify": "^2.2.0",
"gulp-plumber": "^0.6.6",
"gulp-rename": "^1.2.0",
"gulp-sass": "^1.2.4",
"gulp-sourcemaps": "^1.3.0",
"gulp-uglify": "^1.0.2",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.0.0"
},
"browser": {
"foundation": "./bower_components/foundation/js/foundation/foundation.js",
"foundation.topbar": "./bower_components/foundation/js/foundation/foundation.topbar.js",
"fastclick": "./bower_components/fastclick/lib/fastclick.js",
"jquery-placeholder": "./bower_components/jquery-placeholder/jquery.placeholder.js",
"jquery.cookie": "./bower_components/jquery.cookie/jquery.cookie.js",
"matchHeight": "./bower_components/matchHeight/jquery.matchHeight.js",
"respond": "./bower_components/respond/dest/respond.src.js",
"modernizr": "./src/theme/fhac-theme/scripts/modernizr-shim.js",
"jquery": "./src/theme/fhac-theme/scripts/jquery-shim.js"
},
"browserify": {
"transform": [
"browserify-shim"
]
},
"browserify-shim": {
"jquery": "global:jQuery",
"foundation": {
"exports": null,
"depends": [
"jquery",
"fastclick",
"jquery-placeholder",
"jquery.cookie",
"modernizr"
]
}
}
}