mirror of
https://github.com/gantry/gantry5.git
synced 2026-08-19 01:15:04 -05:00
37 lines
1.2 KiB
JSON
37 lines
1.2 KiB
JSON
{
|
|
"name": "gantry5",
|
|
"version": "1.0.0",
|
|
"description": "Gantry 5 / JS and CSS bundler",
|
|
"main": "gulpfile.js",
|
|
"dependencies": {},
|
|
"devDependencies": {
|
|
"browserify": "^12.0.0",
|
|
"gulp": "^3.9.0",
|
|
"gulp-if": "^2.0.0",
|
|
"gulp-jsonminify": "1.0.0",
|
|
"gulp-rename": "^1.2.2",
|
|
"gulp-ruby-sass": "^2.0.6",
|
|
"gulp-sourcemaps": "^1.6.0",
|
|
"gulp-uglify": "^1.4.2",
|
|
"gulp-util": "^3.0.7",
|
|
"merge-stream": "^1.0.0",
|
|
"vinyl-buffer": "^1.0.0",
|
|
"vinyl-source-stream": "^1.1.0",
|
|
"watchify": "^3.5.0",
|
|
"yargs": "^3.29.0"
|
|
},
|
|
"scripts": {
|
|
"install-gantry": "rm -rf node_modules && rm -rf assets/common/node_modules && rm -rf platforms/common/node_modules && rm -rf engines/common/nucleus/node_modules && npm install && cd assets/common && npm install && cd ../../ && cd platforms/common && npm install && cd ../../ && cd engines/common/nucleus && npm install && cd ../../../"
|
|
},
|
|
"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"
|
|
}
|