Mercurial > hg > ng2-query-ismi
view package.json @ 10:66dce99cef4e
attribute contains works now.
author | Robert Casties <casties@mpiwg-berlin.mpg.de> |
---|---|
date | Wed, 20 Jan 2016 17:02:00 +0100 |
parents | 80270f5a5735 |
children | 9343e43a17d1 |
line wrap: on
line source
{ "name": "ng2-ismi-query-app", "version": "1.0.0", "scripts": { "tsc": "tsc", "tsc:w": "tsc -w", "lite": "lite-server", "start": "concurrent \"npm run tsc:w\" \"npm run lite\" " }, "license": "ISC", "dependencies": { "angular2": "2.0.0-beta.1", "es6-promise": "^3.0.2", "es6-shim": "^0.33.3", "reflect-metadata": "^0.1.2", "rxjs": "5.0.0-beta.0", "systemjs": "0.19.14", "zone.js": "0.5.10" }, "devDependencies": { "concurrently": "^1.0.0", "lite-server": "^1.3.1", "typescript": "^1.7.3" } }