mirror of
https://github.com/gantry/gantry5.git
synced 2026-08-19 01:15:04 -05:00
36 lines
888 B
JSON
36 lines
888 B
JSON
{
|
|
"name": "gantry5",
|
|
"version": "1.0.0",
|
|
"description": "Gantry 5 / JS and CSS bundler",
|
|
"main": "gulpfile.js",
|
|
"dependencies": {},
|
|
"devDependencies": {
|
|
"browserify": "^11.1.0",
|
|
"gulp": "^3.9.0",
|
|
"gulp-if": "^2.0.0",
|
|
"gulp-jsonminify": "1.0.0",
|
|
"gulp-ruby-sass": "^2.0.5",
|
|
"gulp-sourcemaps": "^1.5.2",
|
|
"gulp-uglify": "^1.4.1",
|
|
"gulp-util": "^3.0.6",
|
|
"merge-stream": "^1.0.0",
|
|
"vinyl-buffer": "^1.0.0",
|
|
"vinyl-source-stream": "^1.1.0",
|
|
"watchify": "^3.4.0",
|
|
"yargs": "^3.28.0"
|
|
},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/gantry/gantry5.git"
|
|
},
|
|
"author": "Djamil Legato",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/gantry/gantry5/issues"
|
|
},
|
|
"homepage": "https://github.com/gantry/gantry5"
|
|
}
|