123456789101112131415161718192021222324252627 |
- {
- "devDependencies": {
- "gulp": "^3.9.1",
- "gulp-clean-css": "^3.9.4",
- "gulp-less": "^3.5.0",
- "gulp-livereload": "^3.8.1",
- "gulp-notify": "^3.2.0",
- "gulp-plumber": "^1.2.0",
- "gulp-rename": "^1.3.0",
- "gulp-sass": "^4.0.1",
- "gulp-uglify": "^3.0.0",
- "gulp-watch": "^5.0.0"
- },
- "name": "testgulp",
- "version": "1.0.0",
- "description": "tset",
- "main": "gulpfile.js",
- "dependencies": {
- "natives": "^1.1.6"
- },
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "author": "",
- "license": "ISC"
- }
|