mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
readme modify start.sh and nom-build-all refactoring change travis conf update version of zone.js (fixes console error) karma conf remove dist add alias build override tsconfig components build
85 lines
3.3 KiB
JSON
85 lines
3.3 KiB
JSON
{
|
|
"name": "ng2-alfresco-components",
|
|
"description": "Alfresco ng2 components",
|
|
"version": "1.4.0",
|
|
"author": "Alfresco Software, Ltd.",
|
|
"scripts": {
|
|
"clean": "rimraf node_modules",
|
|
"build": "webpack --config config/webpack.build.js --progress --profile --bail",
|
|
"pkg-build": "package-json-merge ng2-alfresco-core/package.json ng2-alfresco-datatable/package.json ng2-activiti-diagrams/package.json ng2-activiti-analytics/package.json ng2-activiti-form/package.json ng2-activiti-tasklist/package.json ng2-activiti-processlist/package.json ng2-alfresco-documentlist/package.json ng2-alfresco-login/package.json ng2-alfresco-search/package.json ng2-alfresco-tag/package.json ng2-alfresco-upload/package.json ng2-alfresco-viewer/package.json ng2-alfresco-webscript/package.json ng2-alfresco-webscript/package.json ng2-alfresco-userinfo/package.json ng2-alfresco-social/package.json package-base.json > package.json",
|
|
"test": "node node_modules/karma/bin/karma start --reporters mocha,coverage --single-run --component .",
|
|
"test-browser": "node node_modules/karma/bin/karma start karma.conf.js --reporters kjhtml",
|
|
"tslint": "",
|
|
"prepublish": "",
|
|
"tsc": "",
|
|
"pretest": "",
|
|
"posttest": "",
|
|
"coverage": "",
|
|
"publish:prod": ""
|
|
},
|
|
"main": "./index.js",
|
|
"module": "./index.js",
|
|
"typings": "./index.d.ts",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/Alfresco/alfresco-ng2-components.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/Alfresco/alfresco-ng2-components/issues"
|
|
},
|
|
"dependencies": {
|
|
},
|
|
"devDependencies": {
|
|
"angular2-template-loader": "^0.6.2",
|
|
"css-loader": "^0.23.1",
|
|
"css-to-string-loader": "^0.1.2",
|
|
"html-loader": "^0.4.4",
|
|
"file-loader": "0.11.1",
|
|
"null-loader": "^0.1.1",
|
|
"package-json-merge": "0.0.1",
|
|
"raw-loader": "^0.5.1",
|
|
"rimraf": "^2.5.4",
|
|
"source-map-loader": "^0.1.6",
|
|
"style-loader": "^0.13.1",
|
|
"istanbul-instrumenter-loader": "0.2.0",
|
|
"loader-utils": "^1.1.0",
|
|
"ts-loader": "^2.0.0",
|
|
"to-string-loader": "^1.1.4",
|
|
"tslint": "^4.4.2",
|
|
"tslint-loader": "^3.3.0",
|
|
"typescript": "^2.1.6",
|
|
"license-check": "1.1.5",
|
|
"copy-webpack-plugin": "^4.0.1",
|
|
"extract-text-webpack-plugin": "^2.0.0-rc.3",
|
|
"html-webpack-plugin": "^2.28.0",
|
|
"karma": "^0.13.22",
|
|
"karma-chrome-launcher": "~1.0.1",
|
|
"karma-coverage": "^1.1.1",
|
|
"karma-jasmine": "~1.0.2",
|
|
"karma-jasmine-ajax": "^0.1.13",
|
|
"karma-jasmine-html-reporter": "0.2.0",
|
|
"karma-mocha-reporter": "^2.2.2",
|
|
"karma-remap-istanbul": "^0.6.0",
|
|
"karma-sourcemap-loader": "^0.3.7",
|
|
"karma-systemjs": "^0.16.0",
|
|
"karma-webpack": "^2.0.2",
|
|
"script-loader": "0.7.0",
|
|
"webpack": "^2.2.1",
|
|
"webpack-dev-server": "^2.3.0",
|
|
"webpack-merge": "2.6.1",
|
|
"jasmine-ajax": "^3.2.0",
|
|
"jasmine-core": "2.4.1"
|
|
},
|
|
"keywords": [
|
|
"alfresco-ng2-components",
|
|
"angular2",
|
|
"typescript",
|
|
"alfresco",
|
|
"activiti",
|
|
"ecm",
|
|
"bpm"
|
|
],
|
|
"license": "Apache-2.0"
|
|
}
|
|
|