Files
alfresco-ng2-components/ng2-components/package-base.json
Mario Romano 6da0eaba37 Fix build problem (#1861)
* fix sourcemap
fix relative path and pre publish build
change travis wait
all test run build and remove unused cpx

* global test task
modify publish script to accept options

* appveyor run

* different approach single test run

* make it work the analytics test
modify start demo shell script to use a different registry

* sourcemap demo shell working

* update readme and add install after any clean
add registry option in start.sh script
add develop and normal mode in demo shell
add -d option in start.sh to point to the local components
add -c option in build script to point to the local components
2017-05-25 15:12:49 +01:00

85 lines
3.2 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": "karma start --reporters mocha,coverage --single-run",
"test-browser": "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"
}