forked from codefoster/waterbug-ui
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 884 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 884 Bytes
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
{
"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": {
"angular2": "2.0.0-beta.14",
"es6-shim": "^0.35.0",
"lodash": "^4.9.0",
"reflect-metadata": "0.1.2",
"rxjs": "5.0.0-beta.2",
"systemjs": "0.19.25",
"zone.js": "0.6.6"
},
"devDependencies": {
"concurrently": "^2.0.0",
"jasmine-core": "2.4.1",
"lite-server": "^2.2.0",
"typescript": "^1.8.9",
"typings": "^0.7.12"
}
}