-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 845 Bytes
/
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
{
"name": "benjamingwilson.com",
"license": "MIT",
"homepage": "http://www.benjamingwilson.com",
"repository": "git@github.com:bgwilson87/benjamingwilson.com.git",
"main": "gulpfile.js",
"dependencies": {
"angular": "1.4.8",
"angular-google-maps": "2.3.3",
"angular-route": "^1.4.8",
"angular-sanitize": "1.3.13",
"angular-ui-bootstrap": "1.3.2",
"angulartics": "^1.1.2",
"angulartics-google-analytics": "^0.2.0",
"bootstrap": "3.3.6",
"font-awesome": "^4.6.3",
"fs": "0.0.2",
"gulp": "^3.9.1",
"gulp-clean-css": "^2.0.7",
"gulp-concat": "^2.6.0",
"gulp-concat-css": "^2.2.0",
"gulp-connect": "^4.0.0",
"gulp-replace": "^0.5.4",
"gulp-sass": "^2.3.1",
"gulp-uglify": "^1.5.3",
"jquery": "^2.2.3",
"lodash": "^4.13.1",
"merge-stream": "^1.0.0"
}
}