0 Star 0 Fork 11

朱砂. / San

forked from Gitee 极速下载 / San 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 1.92 KB
一键复制 编辑 原始数据 按行查看 历史
errorrik 提交于 2018-08-28 10:58 . bump 3.6.7
{
"name": "san",
"description": "A Flexible JavaScript Component Framework",
"version": "3.6.7",
"contributors": [
{
"name": "erik",
"email": "errorrik@gmail.com"
},
{
"name": "Otakustay",
"email": "otakustay@gmail.com"
},
{
"name": "Junmer",
"email": "junmer@foxmail.com"
},
{
"name": "Leon",
"email": "ludafa@outlook.com"
}
],
"repository": {
"type": "git",
"url": "https://github.com/baidu/san.git"
},
"scripts": {
"dev": "node ./tool/dev.js",
"dev:unit": "./node_modules/karma/bin/karma start ./test/karma.conf.js start",
"pretest": "npm run build && node ./test/ssr/build-test.js",
"test": "npm run test:unit",
"test:unit": "./node_modules/karma/bin/karma start ./test/karma.conf.js --single-run",
"test:coverage": "npm run test -- -- --coverage && cat ./coverage/report-lcov/lcov.info | ./node_modules/coveralls/bin/coveralls.js",
"test:e2e": "node ./test/e2e/wdio-launcher.js",
"test:sauce": "npm run test:e2e -- modern && npm run test:e2e -- ie_family && npm run test:e2e -- mobile",
"test:types": "tsc -p ./types/test/tsconfig.json",
"build": "node ./tool/build.js"
},
"types": "types",
"main": "dist/san.ssr.js",
"browser": "dist/san.dev.js",
"unpkg": "dist/san.min.js",
"files": [
"src",
"dist",
"types/*.d.ts",
"types/*.json"
],
"license": "MIT",
"devDependencies": {
"art-template": "^4.10.2",
"colors": "^1.0.3",
"coveralls": "^3.0.1",
"http-server": "^0.9.0",
"jasmine-core": "^2.5.2",
"karma": "^1.5.0",
"karma-chrome-launcher": "^2.0.0",
"karma-coverage": "^1.1.1",
"karma-jasmine": "^1.1.0",
"opener": "~1.4.0",
"swig": "^1.4.2",
"uglify-js": "^2.8.22",
"watch": "^1.0.2",
"wdio-jasmine-framework": "^0.3.0",
"wdio-sauce-service": "^0.3.1",
"wdio-spec-reporter": "^0.1.0",
"webdriverio": "^4.2.16"
}
}
1
https://gitee.com/zhusha/San.git
git@gitee.com:zhusha/San.git
zhusha
San
San
master

搜索帮助