This repository has been archived by the owner on May 8, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
77 lines (77 loc) · 2.09 KB
/
package.json
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"name": "@zerothstack/core",
"version": "1.0.8",
"description": "Zeroth core",
"main": "index.js",
"typings": "index.d.ts",
"scripts": {
"start": "z",
"test": "z test -s",
"coveralls": "z coveralls",
"build": "z build",
"preparepublish": "z build && cp -r lib/* .",
"postpublish": "z changelog && z doc build && z typedoc && z deploy docs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zerothstack/zeroth.git"
},
"keywords": [
"zeroth"
],
"author": "Zak Henry <[email protected]> (http://twitter.com/zak)",
"license": "MIT",
"bugs": {
"url": "https://github.com/zerothstack/zeroth/issues"
},
"homepage": "https://github.com/zerothstack/zeroth#readme",
"dependencies": {
"@angular/common": "2.1.2",
"@angular/core": "2.1.2",
"@angular/compiler": "2.1.2",
"@angular/http": "2.1.2",
"@angular/platform-browser": "2.1.2",
"@angular/platform-browser-dynamic": "2.1.2",
"@angular/platform-server": "2.1.2",
"@types/chalk": "^0.4.28",
"@types/chance": "^0.7.28",
"@types/dotenv": "^2.0.17",
"@types/express": "^4.0.29",
"@types/hapi": "^13.0.28",
"@types/jasmine": "^2.2.29",
"@types/jsonwebtoken": "^5.7.28",
"@types/lodash": "0.0.27",
"@types/moment": "^2.11.28",
"@types/node": "^4.0.30",
"@types/proxyquire": "^1.3.26",
"@types/socket.io": "^1.4.26",
"@types/validator": "^4.5.26",
"chalk": "^1.1.3",
"chance": "^1.0.3",
"class-validator": "0.6.4",
"core-js": "^2.4.0",
"dotenv": "^2.0.0",
"express": "^4.13.4",
"hapi": "^13.4.0",
"jsonwebtoken": "^7.1.6",
"lodash": "^4.12.0",
"moment": "^2.13.0",
"pg": "^6.1.0",
"pg-hstore": "^2.3.2",
"reflect-metadata": "^0.1.3",
"rxjs": "5.0.0-beta.12",
"sql-template-strings": "^2.0.3",
"table": "^3.7.8",
"timestamp": "0.0.1",
"typeorm": "0.0.2-alpha.70",
"vantage": "dthree/vantage#master",
"zone.js": "^0.6.23"
},
"devDependencies": {
"@zerothstack/toolchain": "1.0.0",
"proxyquire": "^1.7.10"
},
"directories": {
"doc": "docs"
}
}