123456789101112131415161718192021222324 |
- {
- "name": "duoshuo-ua",
- "version": "1.0.3",
- "title": "Duoshuo UA Plugin",
- "description": "Plugin of duoshuo to show operating systems and browsers for duoshuo comments.",
- "author": "Gerald <gera2ld@163.com>",
- "repository": {
- "type": "git",
- "url": "git@github.com:gera2ld/duoshuo-ua.git"
- },
- "bugs": {
- "url": "https://github.com/gera2ld/duoshuo-ua/issues"
- },
- "devDependencies": {
- "gulp": "^3.8.11",
- "gulp-concat": "^2.5.2",
- "gulp-css2js": "^1.0.2",
- "gulp-merge": "^0.1.0",
- "gulp-minify-css": "^0.4.4",
- "gulp-rename": "^1.2.0",
- "gulp-uglify": "^1.1.0",
- "gulp-wrap": "^0.10.1"
- }
- }
|