Files
alfresco-ng2-components/demo-shell-ng2/package.json
2016-04-22 14:07:10 +01:00

46 lines
1.2 KiB
JSON

{
"name": "Alfresco-Angular2-SFS",
"version": "1.0.0",
"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"
},
"license": "ISC",
"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-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-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"
}
}