]> git.uio.no Git - u/erikhf/frm.git/blame - package.json
Cleanup
[u/erikhf/frm.git] / package.json
CommitLineData
d121db7a
EHF
1{
2 "name": "frm",
3 "version": "1.0.0",
4 "description": "",
5 "main": "index.js",
6 "scripts": {
4bf38478
EHF
7 "tsc": "tsc -p src -w",
8 "start": "live-server --open=src"
d121db7a
EHF
9 },
10 "repository": {
11 "type": "git",
12 "url": "gitolite@git.uio.no:u/erikhf/frm.git"
13 },
14 "keywords": [],
15 "author": "",
16 "license": "ISC",
17 "dependencies": {
690e4045 18 "@reactivex/rxjs": "^5.0.0-alpha.10",
d121db7a
EHF
19 "angular2": "2.0.0-alpha.44",
20 "systemjs": "0.19.2"
21 },
22 "devDependencies": {
28765058 23 "bootstrap": "^3.3.5",
d121db7a
EHF
24 "live-server": "^0.8.2",
25 "typescript": "^1.6.2"
26 }
27}