-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.26 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.26 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
{
"name": "rp3-site",
"title": "RP3 Agency Website",
"url": "rp3agency.com",
"contributors": [
{
"name": "Tracy Rotton",
"email": "trotton@rp3agency.com"
},
{
"name": "Brian Watson",
"email": "bwatson@rp3agency.com"
},
{
"name": "Kurt Roberts",
"email": "kroberts@rp3agency.com"
},
{
"name": "Bryan Cox",
"email": "bcox@rp3agency.com"
}
],
"copyright": "2014, 2015",
"version": "1.0.0",
"license": "UNLICENSED",
"private": true,
"repository": {
"type": "git",
"url": "git@https://github.com/RP3Agency/rp3-site.git"
},
"devDependencies": {
"autoprefixer": "^6.3.6",
"bower": "^1.7.9",
"breakpoint-sass": "^2.7.0",
"csswring": "^5.0.0",
"del": "^0.1.3",
"gulp": "^3.9.1",
"gulp-concat": "^2.3.3",
"gulp-cssnano": "^2.1.0",
"gulp-jshint": "^1.7.1",
"gulp-livereload": "^3.8.1",
"gulp-notify": "^1.3.1",
"gulp-plumber": "^1.1.0",
"gulp-postcss": "^6.1.0",
"gulp-rename": "^1.2.0",
"gulp-sass": "^2.1.1",
"gulp-shell": "^0.5.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^0.3.1",
"gulp-util": "^3.0.0",
"kss": "^2.4.0",
"matchdep": "^0.1.2",
"susy": "^2.2.12"
},
"dependencies": {}
}