1 Star 0 Fork 0

terrydash / DISTQCP_WEBUI

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 1.46 KB
一键复制 编辑 原始数据 按行查看 历史
测试账号 提交于 2016-06-03 14:03 . 建立了更新的文件
{
"name": "DISTQCP",
"private": true,
"version": "0.1.0",
"description": "大连科技学院教学质量管理平台UI端",
"repository": "https://git.oschina.net/terrydash/bootstrapTem",
"license": "MIT",
"dependencies": {
"semantic-ui":""
},
"devDependencies": {
"bower": "^1.7.7",
"http-server": "^0.9.0",
"jasmine-core": "^2.4.1",
"karma": "^0.13.22",
"karma-chrome-launcher": "^0.2.3",
"karma-firefox-launcher": "^0.1.7",
"karma-jasmine": "^0.3.8",
"karma-junit-reporter": "^0.4.1",
"protractor": "^3.2.2",
"shelljs": "^0.6.0"
},
"scripts": {
"postinstall": "bower install",
"prestart": "npm install",
"start": "http-server -a localhost -p 8000 -c-1 ./app",
"pretest": "npm install",
"test": "karma start karma.conf.js",
"test-single-run": "karma start karma.conf.js --single-run",
"preupdate-webdriver": "npm install",
"update-webdriver": "webdriver-manager update",
"preprotractor": "npm run update-webdriver",
"protractor": "protractor e2e-tests/protractor.conf.js",
"update-index-async": "node -e \"require('shelljs/global'); sed('-i', /\\/\\/@@NG_LOADER_START@@[\\s\\S]*\\/\\/@@NG_LOADER_END@@/, '//@@NG_LOADER_START@@\\n' + sed(/sourceMappingURL=angular-loader.min.js.map/,'sourceMappingURL=bower_components/angular-loader/angular-loader.min.js.map','app/bower_components/angular-loader/angular-loader.min.js') + '\\n//@@NG_LOADER_END@@', 'app/index-async.html');\""
}
}
JavaScript
1
https://gitee.com/terrydash/DISTQCP_WEBUI.git
git@gitee.com:terrydash/DISTQCP_WEBUI.git
terrydash
DISTQCP_WEBUI
DISTQCP_WEBUI
master

搜索帮助