From 087fcb1290d67bd30af086c9e45515ce4999a742 Mon Sep 17 00:00:00 2001 From: sentsin Date: Sun, 20 Nov 2016 00:06:41 +0800 Subject: [PATCH] update --- package.json | 30 ++++++++++++++++++++++++++---- 1 file changed, 26 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index b83961b3..2ed2c8b6 100644 --- a/package.json +++ b/package.json @@ -3,16 +3,16 @@ "version": "1.0.4", "description": "经典模块化前端框架", "main": "layui.js", - "license": "LGPL", + "license": "LGPL-2.1", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", - "url": "git@github.com:sentsin/layui.git" + "url": "git+ssh://git@github.com/sentsin/layui.git" }, "author": "贤心", - "homepage": "www.layui.com", + "homepage": "http://www.layui.com", "devDependencies": { "gulp": "^3.9.0", "gulp-minify-css": "^1.2.4", @@ -23,5 +23,27 @@ "del": "^2.2.2", "gulp-if": "^2.0.1", "minimist": "^1.2.0" - } + }, + "bugs": { + "url": "https://github.com/sentsin/layui/issues" + }, + "directories": { + "doc": "doc", + "test": "test" + }, + "dependencies": { + "del": "^2.2.2", + "gulp": "^3.9.1", + "gulp-header": "^1.8.8", + "gulp-if": "^2.0.1", + "gulp-minify-css": "^1.2.4", + "gulp-concat": "^2.6.0", + "gulp-uglify": "^1.5.4", + "gulp-rename": "^1.2.2", + "minimist": "^1.2.0" + }, + "keywords": [ + "layui", + "ui" + ] }