mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
39 lines
1.2 KiB
JSON
39 lines
1.2 KiB
JSON
{
|
|
"name": "ng2-alfresco-documentlist-demo",
|
|
"description": "Alfresco Angular2 Documentlist Component - Demo",
|
|
"version": "0.1.0",
|
|
"author": "Alfresco Software, Ltd.",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"postinstall": "npm run build && npm run typings && npm link ng2-alfresco-upload && npm link ng2-alfresco-core",
|
|
"typings": "typings install",
|
|
"start": "rm -rf dist && npm install && http-server -c-1 -o -p 8875 .",
|
|
"build": "rm -rf dist && tsc"
|
|
},
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"angular2": "2.0.0-beta.13",
|
|
"es6-promise": "3.0.2",
|
|
"es6-shim": "0.35.0",
|
|
"reflect-metadata": "0.1.2",
|
|
"rxjs": "5.0.0-beta.2",
|
|
"zone.js": "0.6.6",
|
|
"ng2-translate": "^1.11.2",
|
|
"material-design-icons": "^2.2.3",
|
|
"material-design-lite": "^1.1.3"
|
|
},
|
|
"devDependencies": {
|
|
"http-server": "0.8.5",
|
|
"systemjs": "0.19.17",
|
|
"typescript": "1.7.5",
|
|
"typings": "0.6.8"
|
|
},
|
|
"keywords": [
|
|
"angular2",
|
|
"typescript"
|
|
],
|
|
"publishConfig": {
|
|
"registry": "http://devproducts.alfresco.me:4873/"
|
|
}
|
|
}
|