UNPKG

gassetic

Version:

Symfony2 Assetic replacement based on the gulp build tool

62 lines (61 loc) 1.5 kB
{ "name": "gassetic", "version": "1.0.10", "description": "Symfony2 Assetic replacement based on the gulp build tool", "main": "./dist/index.js", "bin": { "gassetic": "./bin/index.js" }, "scripts": { "lint": "eslint ./src ./bin.js", "test": "jest", "dev": "jest --watch", "compile": "rm -rf dist && mkdir dist && babel src/index.js src/config/index.js --out-dir dist", "prepublish": "npm run compile" }, "files": [ "dist", "bin", "yarn.lock" ], "repository": { "type": "git", "url": "https://github.com/romanschejbal/gassetic" }, "keywords": [ "gulp", "assetic", "symfony2" ], "author": "Roman Schejbal <crossborne@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/romanschejbal/gassetic/issues" }, "homepage": "https://github.com/romanschejbal/gassetic", "devDependencies": { "babel-eslint": "^7.1.0", "babel-jest": "^17.0.0", "eslint": "^3.10.0", "jest": "^18.1.0" }, "dependencies": { "babel-cli": "^6.18.0", "babel-plugin-transform-runtime": "^6.15.0", "babel-preset-es2015": "^6.18.0", "babel-preset-stage-0": "^6.16.0", "babel-runtime": "^6.20.0", "del": "^2.2.2", "glob": "^7.1.1", "gulp": "^3.9.1", "gulp-filter": "^5.0.0", "gulp-plumber": "^1.1.0", "gulp-tap": "^0.1.3", "gulp-util": "^3.0.8", "js-yaml": "^3.7.0", "yargs": "^6.6.0" }, "optionalDependencies": { "fsevents": "*" } }