Skip to content
Permalink
76dd6a9413
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
27 lines (27 sloc) 646 Bytes
{
"name": "skydive-ct-theme",
"version": "1.0.0",
"description": "Concrete5 Theme for SkydiveCT",
"main": "index.js",
"scripts": {
"test": "test"
},
"repository": {
"type": "git",
"url": "https://github.uconn.edu/tsm15002/skydive-ct-theme.git"
},
"author": "Timothy Morris",
"license": "MIT",
"devDependencies": {
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.1",
"gulp-cache": "^0.4.5",
"gulp-clean-css": "^2.0.13",
"gulp-concat": "^2.6.0",
"gulp-imagemin": "^3.0.3",
"gulp-plumber": "^1.1.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.3.2",
"gulp-uglify": "^2.0.0"
}
}