package.json (867B)
1 { 2 "name": "d_amin_style", 3 "version": "1.0.0", 4 "description": "Install extension with a click of a button.", 5 "main": "gulpfile.js", 6 "scripts": { 7 "run": "gulp", 8 "test": "echo \"Error: no test specified\" && exit 1" 9 }, 10 "repository": { 11 "type": "git", 12 "url": "git+https://github.com/Dreamvention/2_d_social_share.git" 13 }, 14 "author": "paveldrvn", 15 "license": "ISC", 16 "bugs": { 17 "url": "https://github.com/Dreamvention/2_d_social_share/issues" 18 }, 19 "homepage": "https://github.com/Dreamvention/2_d_social_share#readme", 20 "devDependencies": { 21 "browser-sync": "2.24.5", 22 "gulp": "^3.9.1", 23 "gulp-autoprefixer": "^3.1.1", 24 "gulp-clean-css": "^2.0.12", 25 "gulp-concat": "^2.6.1", 26 "gulp-riot": "^1.1.4", 27 "gulp-sass": "^3.1.0", 28 "gulp-sourcemaps": "^2.6.4", 29 "gulp-uglify": "^3.0.1" 30 }, 31 "dependencies": {} 32 }