Files
alfresco-ng2-components/ng2-components/ng2-alfresco-upload/package.json
2016-05-05 18:25:02 +01:00

68 lines
1.6 KiB
JSON

{
"name": "ng2-alfresco-upload",
"description": "Alfresco Angular2 Upload Component",
"version": "0.1.0",
"author": "Alfresco Software, Ltd.",
"scripts": {
"build": "tslint -c tslint.json **/*.ts && typings install && tsc && license-check",
"licensecheck": "license-check",
"tsc": "tsc",
"tsc:w": "tsc -w",
"typings": "typings",
"test": "live-server --open=tests-runner.html"
},
"repository": {
"type": "git",
"url": "https://github.com/Alfresco/dev-platform-webcomponents.git"
},
"bugs": {
"url": "https://github.com/Alfresco/dev-platform-webcomponents/issues"
},
"license": "Apache-2.0",
"contributors": [
{
"name": "Mario Romano",
"email": "mario.romano83@gmail.com"
}
],
"keywords": [
"ng2",
"angular",
"angular2",
"alfresco"
],
"dependencies": {
"angular2": "2.0.0-beta.15",
"systemjs": "0.19.26",
"es6-shim": "^0.35.0",
"reflect-metadata": "0.1.2",
"rxjs": "5.0.0-beta.2",
"zone.js": "0.6.10",
"ng2-translate": "^1.11.2"
},
"peerDependencies": {
"angular2": "2.0.0-beta.15",
"ng2-alfresco-core": "0.1.0"
},
"devDependencies": {
"coveralls": "^2.11.9",
"jasmine-core": "2.4.1",
"license-check": "^1.0.4",
"live-server": "^0.9.2",
"tslint": "^3.8.1",
"typescript": "^1.8.10",
"typings": "^0.7.12"
},
"license-check-config": {
"src": [
"**/*.ts",
"!/node_modules/**/*",
"!/typings/**/*"
],
"path": "assets/license_header.txt",
"blocking": false,
"logInfo": false,
"logError": true
}
}