16 Star 36 Fork 6

lichao / angular-ocDialog

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 917 Bytes
一键复制 编辑 原始数据 按行查看 历史
Weilin Shi 提交于 2016-05-07 14:06 . 发布 1.0.0
{
"name": "oc-dialog",
"version": "1.0.0",
"description": "window developing framework base on angular",
"main": "index.js",
"directories": {
"example": "example"
},
"files": [
"index.js",
"dist/ocDialog.js",
"dist/ocDialog.min.js",
"dist/style.css"
],
"scripts": {
"test": "karma start",
"build": "npm i && gulp"
},
"repository": {
"type": "git",
"url": "https://git.oschina.net/increase/angular-ocDialog.git"
},
"keywords": [
"dialog"
],
"author": "lichao",
"license": "MIT",
"devDependencies": {
"gulp": "^3.9.1",
"gulp-base64": "^0.1.3",
"gulp-include": "^1.1.1",
"gulp-less": "^3.0.3",
"gulp-ng-annotate": "^1.1.0",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^1.5.3",
"less": "^2.6.1",
"less-plugin-clean-css": "^1.5.1",
"merge-stream": "^1.0.0"
},
"dependencies": {
"angular": "^1.5.2"
}
}
JavaScript
1
https://gitee.com/increase/angular-ocDialog.git
git@gitee.com:increase/angular-ocDialog.git
increase
angular-ocDialog
angular-ocDialog
master

搜索帮助