UNPKG

sapphire

Version:
51 lines (50 loc) 1.16 kB
{ "name": "sapphire", "version": "0.0.3", "description": "Assets manager", "main": "index.js", "scripts": { "test": "gulp" }, "repository": { "type": "git", "url": "https://github.com/RomanMinkin/sapphire.git" }, "keywords": [ "http", "websocket", "real", "time", "web", "framework" ], "author": "Roman Minkin <minkinroman@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/RomanMinkin/sapphire/issues" }, "homepage": "https://github.com/RomanMinkin/sapphire", "dependencies": { "lodash": "~2.4.1", "gulp": "~3.6.0", "through2": "~0.4.1", "glob": "~3.2.9", "gulp-util": "~2.2.14", "gulp-replace": "~0.2.0", "gulp-inject": "~0.4.1", "event-stream": "~3.1.1", "gulp-rev": "~0.3.2", "gulp-concat": "~2.2.0", "gulp-minify-css": "~0.3.1", "gulp-uglify": "~0.2.1", "gulp-minify-html": "^0.1.5", "gulp-imagemin": "~0.2.0", "gulp-clean": "~0.2.4", "gulp-less": "~1.2.3", "gulp-gzip": "0.0.6", "gulp-jade": "^0.6.1", "gulp-if": "^1.2.4", "gulp-cache": "^0.2.2", "gulp-order": "^1.1.1" } }