1 Star 0 Fork 33

追风少年2 / tina

forked from tinajs / tina 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 1.33 KB
一键复制 编辑 原始数据 按行查看 历史
yelo 提交于 2018-03-27 21:41 . 1.4.1
{
"name": "@tinajs/tina",
"version": "1.4.1",
"description": "A light and progressive Wechat-Mini Program Framework",
"main": "dist/tina.js",
"author": "yelo",
"license": "Apache-2.0",
"files": [
"dist"
],
"repository": {
"url": "tinajs/tina",
"type": "git"
},
"bugs": {
"url": "https://github.com/tinajs/tina/issues"
},
"homepage": "https://tina.js.org",
"scripts": {
"start": "rollup -c -w",
"clean": "rimraf ./dist",
"prebuild": "run-s clean",
"build": "run-s build:*",
"build:rollup": "rollup -c",
"build:minify": "uglifyjs --compress --mangle --output ./dist/tina.min.js -- ./dist/tina.js",
"prepublishOnly": "npm run build"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-plugin-external-helpers": "^6.22.0",
"babel-preset-env": "^1.6.1",
"babel-preset-stage-0": "^6.24.1",
"deepmerge": "^2.0.1",
"npm-run-all": "^4.1.2",
"rimraf": "^2.6.2",
"rollup": "^0.51.5",
"rollup-plugin-babel": "^3.0.2",
"rollup-plugin-commonjs": "^8.2.6",
"rollup-plugin-node-builtins": "^2.1.2",
"rollup-plugin-node-resolve": "^3.0.0",
"uglify-js": "^3.2.1"
},
"dependencies": {
"for-own": "^1.0.0",
"is-plain-obj": "^1.1.0",
"just-filter-object": "^1.1.22",
"just-map-object": "^1.1.24",
"sigmund": "^1.0.1"
}
}
JavaScript
1
https://gitee.com/letItbe/tina.git
git@gitee.com:letItbe/tina.git
letItbe
tina
tina
master

搜索帮助