-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.28 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.28 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "waterbug-ui",
"version": "0.1.0",
"author": "Jeremy Foster <jeremy.foster@live.com> (http://codefoster.com)",
"description": "Client website for the Waterbug project",
"scripts": {
"tsc": "tsc",
"tsc:w": "tsc -w",
"lite": "lite-server",
"start": "concurrent \"npm run tsc:w\" \"npm run lite\" ",
"test": "npm start"
},
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "git+https://github.com/codefoster/waterbug-ui.git"
},
"dependencies": {
"@angular/common": "2.0.0-rc.1",
"@angular/compiler": "^2.0.0-rc.1",
"@angular/core": "2.0.0-rc.1",
"@angular/http": "2.0.0-rc.1",
"@angular/platform-browser": "2.0.0-rc.1",
"@angular/platform-browser-dynamic": "2.0.0-rc.1",
"@angular/upgrade": "2.0.0-rc.1",
"@angular2-material/button": "^2.0.0-alpha.5-2",
"@angular2-material/core": "^2.0.0-alpha.5-2",
"es6-shim": "^0.35.0",
"lodash": "^4.11.1",
"reflect-metadata": "^0.1.3",
"rxjs": "5.0.0-beta.6",
"socket.io-client": "^1.4.5",
"systemjs": "0.19.27",
"typescript": "^1.8.9",
"zone.js": "^0.6.12"
},
"devDependencies": {
"concurrently": "^2.0.0",
"jasmine-core": "2.4.1",
"lite-server": "^2.2.0",
"typings": "^0.8.1",
"typescript": "^1.8.10"
}
}