12345678910111213141516171819202122232425 |
- {
- "name": "funeral",
- "version": "1.0.0",
- "description": "",
- "main": "gulpfile.js",
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/Pavel-Tymoshchuk/funeral-services.git"
- },
- "author": "",
- "license": "ISC",
- "bugs": {
- "url": "https://github.com/Pavel-Tymoshchuk/funeral-services/issues"
- },
- "homepage": "https://github.com/Pavel-Tymoshchuk/funeral-services#readme",
- "devDependencies": {
- "browser-sync": "^2.26.7",
- "gulp": "^3.9.1",
- "gulp-autoprefixer": "^7.0.1",
- "gulp-less": "^4.0.1"
- }
- }
|