-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.65 KB
/
package.json
File metadata and controls
61 lines (61 loc) · 1.65 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "@zerothstack/quickstart",
"author": "Zak Henry (https://twitter.com/zak)",
"license": "MIT",
"version": "1.1.3",
"description": "Isomorphic Javascript Framework build in TypeScript",
"homepage": "https://github.com/zerothstack/quickstart#readme",
"main": "index.js",
"dependencies": {
"@angular/common": "^2.1.2",
"@angular/compiler": "^2.1.2",
"@angular/core": "^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",
"@angular/router": "^3.1.2",
"@types/chalk": "^0.4.28",
"@types/chance": "^0.7.28",
"@types/dotenv": "^2.0.17",
"@types/jasmine": "^2.2.29",
"@types/lodash": "0.0.27",
"@types/moment": "^2.11.28",
"@types/node": "^4.0.29",
"@types/proxyquire": "^1.3.26",
"@types/socket.io": "^1.4.26",
"@types/validator": "^4.5.26",
"@zerothstack/core": "1.0.5",
"chalk": "^1.1.3",
"dotenv": "^2.0.0",
"express": "^4.14.0",
"lodash": "^4.12.0",
"reflect-metadata": "^0.1.3",
"rxjs": "5.0.0-beta.12",
"zone.js": "^0.6.23"
},
"devDependencies": {
"@zerothstack/toolchain": "1.0.0"
},
"scripts": {
"start": "z",
"test": "z test -s",
"coveralls": "z coveralls",
"build": "z build",
"preparepublish": "cp -r lib/* .",
"postpublish": "z changelog && z doc build && z deploy docs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zerothstack/quickstart.git"
},
"keywords": [
"angular",
"api",
"framework",
"isomorphic",
"rest",
"typescript",
"universal"
]
}