UNPKG

generator-ng-semantic-seed

Version:

A yeoman generator for frontend webapp with angular and semantic ui

94 lines (93 loc) 2.14 kB
{ "name": "gulp-rev", "version": "7.1.0", "description": "Static asset revisioning by appending content hash to filenames: unicorn.css => unicorn-d41d8cd98f.css", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/sindresorhus/gulp-rev.git" }, "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", "url": "sindresorhus.com" }, "maintainers": [ { "name": "sindresorhus", "email": "sindresorhus@gmail.com" }, { "name": "bobthecow", "email": "npm@0x7f.us" } ], "engines": { "node": ">=0.10.0" }, "scripts": { "test": "xo && mocha" }, "files": [ "index.js" ], "keywords": [ "gulpplugin", "rev", "revving", "revision", "hash", "optimize", "version", "versioning", "cache", "expire", "static", "asset", "assets" ], "dependencies": { "gulp-util": "^3.0.0", "modify-filename": "^1.1.0", "object-assign": "^4.0.1", "rev-hash": "^1.0.0", "rev-path": "^1.0.0", "sort-keys": "^1.0.0", "through2": "^2.0.0", "vinyl-file": "^1.1.0" }, "devDependencies": { "mocha": "*", "xo": "*" }, "xo": { "envs": [ "node", "mocha" ] }, "gitHead": "203cf4ffb084dc0d8ca983062046a7a5eb683163", "bugs": { "url": "https://github.com/sindresorhus/gulp-rev/issues" }, "homepage": "https://github.com/sindresorhus/gulp-rev#readme", "_id": "gulp-rev@7.1.0", "_shasum": "0cf6256d854780181979c6881465940cd2e5f220", "_from": "gulp-rev@*", "_npmVersion": "2.15.0", "_nodeVersion": "4.4.2", "_npmUser": { "name": "sindresorhus", "email": "sindresorhus@gmail.com" }, "dist": { "shasum": "0cf6256d854780181979c6881465940cd2e5f220", "tarball": "https://registry.npmjs.org/gulp-rev/-/gulp-rev-7.1.0.tgz" }, "_npmOperationalInternal": { "host": "packages-16-east.internal.npmjs.com", "tmp": "tmp/gulp-rev-7.1.0.tgz_1465994071650_0.01747227180749178" }, "directories": {}, "_resolved": "https://registry.npmjs.org/gulp-rev/-/gulp-rev-7.1.0.tgz" }