mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
73 lines
1.8 KiB
JSON
73 lines
1.8 KiB
JSON
{
|
|
"name": "Alfresco-Angular2-Demo",
|
|
"description": "Demo shell for Alfresco Angular2 components",
|
|
"version": "0.1.0",
|
|
"author": "Alfresco Software, Ltd.",
|
|
"scripts": {
|
|
"build.dev": "gulp dev",
|
|
"build.prod": "gulp build",
|
|
"prestart": "npm install",
|
|
"start": "concurrently \"npm run tsc:w\" \"npm run lite\" ",
|
|
"test": "live-server --open=tests-runner.html",
|
|
"tsc": "tsc",
|
|
"tsc:w": "tsc -w -p tsconfig.dev.json",
|
|
"lite": "lite-server",
|
|
"typings": "typings",
|
|
"postinstall": "typings install"
|
|
},
|
|
"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"
|
|
}
|
|
],
|
|
"keywords": [
|
|
"ng2",
|
|
"angular",
|
|
"angular2",
|
|
"alfresco"
|
|
],
|
|
"dependencies": {
|
|
"angular2": "2.0.0-beta.15",
|
|
"bootstrap": "^3.3.6",
|
|
"es6-shim": "^0.35.0",
|
|
"font-awesome": "^4.5.0",
|
|
"jquery": "^2.2.2",
|
|
"material-design-lite": "^1.1.3",
|
|
"ng2-translate": "^1.11.2",
|
|
"ng2-uploader": "denisvuyka/ng2-uploader",
|
|
"reflect-metadata": "0.1.2",
|
|
"rxjs": "5.0.0-beta.2",
|
|
"systemjs": "0.19.26",
|
|
"zone.js": "0.6.10"
|
|
},
|
|
"devDependencies": {
|
|
"browser-sync": "^2.10.0",
|
|
"concurrently": "^2.0.0",
|
|
"del": "^2.1.0",
|
|
"gulp": "^3.9.1",
|
|
"gulp-license-check": "^1.0.1",
|
|
"gulp-sourcemaps": "^1.6.0",
|
|
"gulp-tslint": "^3.6.0",
|
|
"gulp-typescript": "^2.8.0",
|
|
"jasmine-core": "2.4.1",
|
|
"lite-server": "^2.2.0",
|
|
"live-server": "^0.9.2",
|
|
"tsconfig-glob": "^0.3.3",
|
|
"typescript": "^1.8.10",
|
|
"typings": "^0.7.12"
|
|
}
|
|
}
|