mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
103 lines
2.6 KiB
JSON
103 lines
2.6 KiB
JSON
{
|
|
"name": "Alfresco-Angular2-Demo",
|
|
"description": "Demo shell for Alfresco Angular2 components",
|
|
"version": "0.1.0",
|
|
"author": "Alfresco Software, Ltd.",
|
|
"scripts": {
|
|
"start": "npm run tslint && typings install && concurrently \"npm run tsc:w\" \"license-check\" \"npm run serve\" ",
|
|
"tsc": "tsc",
|
|
"tsc:w": "tsc -w",
|
|
"serve": "node browser-sync-config.js",
|
|
"typings": "typings",
|
|
"tslint": "npm run tslint-src && npm run tslint-root",
|
|
"tslint-src": "tslint -c tslint.json app/**/*.ts",
|
|
"tslint-root": "tslint -c tslint.json *.ts",
|
|
"licensecheck": "license-check"
|
|
},
|
|
"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": "Denys Vuika",
|
|
"email": "denis.vuyka@gmail.com"
|
|
},
|
|
{
|
|
"name": "Mario Romano",
|
|
"email": "mario.romano83@gmail.com"
|
|
},
|
|
{
|
|
"name": "Will Abson",
|
|
"email": "will.abson@alfresco.com"
|
|
},
|
|
{
|
|
"name": "Eugenio Romano",
|
|
"email": "eugenio.romano@alfresco.com"
|
|
},
|
|
{
|
|
"name": "Maurizio Vitale",
|
|
"email": "maurizio.vitale@alfresco.com"
|
|
}
|
|
],
|
|
"keywords": [
|
|
"ng2",
|
|
"angular",
|
|
"angular2",
|
|
"alfresco"
|
|
],
|
|
"dependencies": {
|
|
"alfresco-js-api": "^0.1.0",
|
|
"angular2": "2.0.0-beta.15",
|
|
"es6-shim": "^0.35.0",
|
|
"material-design-icons": "^2.2.3",
|
|
"material-design-lite": "^1.1.3",
|
|
"ng2-alfresco-core": "^0.1.0",
|
|
"ng2-alfresco-datatable": "^0.1.0",
|
|
"ng2-alfresco-documentlist": "^0.1.0",
|
|
"ng2-alfresco-login": "^0.1.0",
|
|
"ng2-alfresco-search": "^0.1.9",
|
|
"ng2-alfresco-upload": "^0.1.0",
|
|
"ng2-alfresco-viewer": "^0.1.13",
|
|
"reflect-metadata": "0.1.2",
|
|
"rxjs": "5.0.0-beta.2",
|
|
"systemjs": "0.19.26",
|
|
"zone.js": "0.6.10",
|
|
"ng2-translate": "1.11.1"
|
|
},
|
|
"devDependencies": {
|
|
"browser-sync": "^2.10.0",
|
|
"concurrently": "^2.0.0",
|
|
"connect-history-api-fallback": "^1.2.0",
|
|
"del": "^2.1.0",
|
|
"flag-icon-css": "^2.3.0",
|
|
"license-check": "^1.0.4",
|
|
"tslint": "^3.8.1",
|
|
"typescript": "^1.8.10",
|
|
"typings": "^0.7.12"
|
|
},
|
|
"license-check-config": {
|
|
"src": [
|
|
"**/*.js",
|
|
"**/*.ts",
|
|
"!/**/coverage/**/*",
|
|
"!/**/demo/**/*",
|
|
"!/**/node_modules/**/*",
|
|
"!/**/typings/**/*",
|
|
"!*.js",
|
|
"!app/js/xml2json.js"
|
|
],
|
|
"path": "assets/license_header.txt",
|
|
"blocking": false,
|
|
"logInfo": false,
|
|
"logError": true
|
|
},
|
|
"publishConfig": {
|
|
"registry": "http://devproducts.alfresco.me:4873/"
|
|
}
|
|
}
|