File: /var/www/zaklada/html/package.json
{
"name": "Dinamo-zaklada",
"version": "1.0.0",
"description": "",
"main": "gulpfile.js",
"dependencies": {
"history": "^1.13.0",
"postcss-cli": "^3.1.1"
},
"devDependencies": {
"autoprefixer": "^6.7.7",
"babel-core": "^6.1.2",
"babel-jest": "^5.3.0",
"babel-loader": "^6.1.0",
"babel-preset-env": "^1.7.0",
"browser-sync": "^2.18.8",
"del": "^2.2.2",
"events": "^1.1.1",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-cache": "^0.4.6",
"gulp-changed": "^2.0.0",
"gulp-concat": "^2.6.1",
"gulp-cssnano": "^2.1.2",
"gulp-debounced-watch": "^1.0.4",
"gulp-debug": "^3.1.0",
"gulp-flatten": "^0.3.1",
"gulp-htmlmin": "^3.0.0",
"gulp-if": "^2.0.2",
"gulp-imagemin": "^3.2.0",
"gulp-jshint": "^2.0.4",
"gulp-newer": "^1.3.0",
"gulp-notify": "^3.0.0",
"gulp-plumber": "^1.1.0",
"gulp-postcss": "^6.4.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^3.1.0",
"gulp-sftp": "^0.1.5",
"gulp-shorthand": "^1.1.0",
"gulp-size": "^2.0.0",
"gulp-uglify": "^2.1.2",
"gulp-useref": "^3.1.2",
"gulp-util": "^3.0.8",
"gulp-watch": "^4.3.5",
"jest-cli": "^0.7.1",
"jshint": "^2.9.4",
"jshint-stylish": "^2.2.1",
"lazypipe": "^1.0.1",
"map-stream": "0.0.7",
"merge-stream": "^1.0.1",
"object-assign": "^4.0.1",
"orchestrator": "^0.3.7",
"require-dir": "^0.3.2",
"run-sequence": "^1.2.2"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"gulp": "gulp",
"dev": "gulp serve",
"dev:proto": "gulp proto",
"sync:dev": "git pull && npm run dev",
"sync:prod": "git pull && npm run build:prod",
"build:dev": "gulp",
"build:prod": "set NODE_ENV=production && gulp"
},
"author": "John Armstrong <john.armstrong@beamland.com>",
"license": "ISC"
}