Mercurial > hg > ng2-query-ismi
view package.json @ 27:c2946b7135cd
working on larger results.
author | casties |
---|---|
date | Wed, 27 Jan 2016 15:38:17 +0100 |
parents | 991bf349bb04 |
children | 193271b6b9d2 |
line wrap: on
line source
{ "name": "ng2-ismi-query-app", "version": "1.0.0", "scripts": { "lite": "lite-server", "start": "concurrent \"npm run tsc:w\" \"npm run lite\" " }, "jspm": { "dependencies": { "angular2": "npm:angular2@^2.0.0-beta.1", "ng2-bootstrap": "npm:ng2-bootstrap@^1.0.1-beta.2", "ng2-table": "npm:ng2-table@^1.0.0-beta.0", "plugin-typescript": "github:frankwallis/plugin-typescript@^2.5.2", "reflect-metadata": "npm:reflect-metadata@^0.1.3", "rxjs": "npm:rxjs@5.0.0-beta.0", "zone.js": "npm:zone.js@^0.5.10" }, "devDependencies": { "typescript": "npm:typescript@^1.7.3" } }, "dependencies": {}, "devDependencies": { "angular2": "^2.0.0-beta.1", "jspm": "0.16.19", "rxjs": "5.0.0-beta.0" } }