package.json

This commit is contained in:
Mario Romano
2016-05-31 15:29:14 +01:00
parent 1b9725ce32
commit 34304acb2a
5 changed files with 4 additions and 8 deletions

View File

@@ -13,7 +13,7 @@
```sh ```sh
npm set registry http://devproducts.alfresco.me:4873 npm set registry http://devproducts.alfresco.me:4873
npm install --save ng2-alfresco-core ng2-alfresco-login alfresco-core-rest-api ng2-alfresco-upload ng2-translate npm install --save ng2-alfresco-login
``` ```

View File

@@ -44,12 +44,10 @@
"alfresco" "alfresco"
], ],
"dependencies": { "dependencies": {
"alfresco-core-rest-api": "^0.1.0",
"angular2": "2.0.0-beta.15", "angular2": "2.0.0-beta.15",
"es6-shim": "^0.35.0", "es6-shim": "^0.35.0",
"material-design-icons": "^2.2.3", "material-design-icons": "^2.2.3",
"material-design-lite": "^1.1.3", "material-design-lite": "^1.1.3",
"ng2-alfresco-core": "^0.1.0",
"ng2-alfresco-login": "^0.1.0", "ng2-alfresco-login": "^0.1.0",
"reflect-metadata": "0.1.2", "reflect-metadata": "0.1.2",
"rxjs": "5.0.0-beta.2", "rxjs": "5.0.0-beta.2",

View File

@@ -66,7 +66,8 @@
"rxjs": "5.0.0-beta.2", "rxjs": "5.0.0-beta.2",
"systemjs": "0.19.26", "systemjs": "0.19.26",
"zone.js": "^0.6.12", "zone.js": "^0.6.12",
"ng2-translate": "^1.11.3" "ng2-translate": "^1.11.3",
"alfresco-core-rest-api": "^0.1.0"
}, },
"peerDependencies": { "peerDependencies": {
"angular2": "2.0.0-beta.15" "angular2": "2.0.0-beta.15"

View File

@@ -13,7 +13,7 @@
```sh ```sh
npm set registry http://devproducts.alfresco.me:4873 npm set registry http://devproducts.alfresco.me:4873
npm install --save ng2-alfresco-core ng2-alfresco-upload alfresco-core-rest-api ng2-alfresco-upload ng2-translate npm install --save ng2-alfresco-upload
``` ```

View File

@@ -48,10 +48,7 @@
"es6-shim": "^0.35.0", "es6-shim": "^0.35.0",
"material-design-icons": "^2.2.3", "material-design-icons": "^2.2.3",
"material-design-lite": "^1.1.3", "material-design-lite": "^1.1.3",
"alfresco-core-rest-api": "^0.1.0",
"ng2-alfresco-core": "^0.1.0",
"ng2-alfresco-upload": "^0.1.0", "ng2-alfresco-upload": "^0.1.0",
"ng2-translate": "^1.11.3",
"reflect-metadata": "0.1.2", "reflect-metadata": "0.1.2",
"rxjs": "5.0.0-beta.2", "rxjs": "5.0.0-beta.2",
"systemjs": "0.19.26", "systemjs": "0.19.26",