This repository was archived by the owner on Feb 18, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
82 lines (82 loc) · 2.53 KB
/
Copy pathpackage.json
File metadata and controls
82 lines (82 loc) · 2.53 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{
"name": "hm-admin",
"version": "0.2.6",
"license": "MIT",
"description": "hm-admin is an angular2 component which help you to build backoffice automatically for an hypermedia API",
"main": "dist/main.js",
"angular-cli": {},
"scripts": {
"start": "ng server",
"postinstall": "typings install",
"lint": "tslint \"src/**/*.ts\"",
"format": "clang-format -i -style=file --glob=src/**/*.ts",
"pree2e": "webdriver-manager update",
"e2e": "protractor"
},
"repository": {
"type": "git",
"url": "git+https://github.com/coopTilleuls/hm-admin.git"
},
"keywords": [
"hypermedia",
"angular2",
"backoffice",
"admin"
],
"author": "Grégory Copin <gregcop1@gmail.com>",
"bugs": {
"url": "https://github.com/coopTilleuls/hm-admin/issues"
},
"homepage": "https://github.com/coopTilleuls/hm-admin#readme",
"contributors": [
"Grégory Copin <gregcop1@gmail.com>",
"Hamza Amrouche <hamza.simperfit@gmail.com>",
"Rodrigue Villetard <rodrigue@les-tilleuls.coop>",
"Vincent Chalamon <vincentchalamon@gmail.com>"
],
"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/router": "2.0.0-rc.1",
"@angular2-material/button": "^2.0.0-alpha.5-2",
"@angular2-material/checkbox": "^2.0.0-alpha.5-2",
"@angular2-material/core": "^2.0.0-alpha.5-2",
"@angular2-material/icon": "^2.0.0-alpha.5-2",
"@angular2-material/list": "^2.0.0-alpha.5-2",
"@angular2-material/sidenav": "^2.0.0-alpha.5-2",
"coveralls": "^2.11.9",
"es6-shim": "^0.35.0",
"lodash": "^4.13.1",
"ng2-material": "^0.4.1",
"reflect-metadata": "0.1.3",
"rxjs": "5.0.0-beta.6",
"systemjs": "0.19.26",
"ts-node": "^0.5.5",
"zone.js": "^0.6.12"
},
"devDependencies": {
"angular-cli": "^1.0.0-beta.0",
"clang-format": "^1.0.35",
"codelyzer": "0.0.14",
"colors": "^1.1.2",
"ember-cli-inject-live-reload": "^1.4.0",
"jasmine-core": "^2.4.1",
"jasmine-spec-reporter": "^2.4.0",
"karma": "^0.13.15",
"karma-chrome-launcher": "^0.2.3",
"karma-coverage": "^1.0.0",
"karma-jasmine": "^0.3.8",
"karma-mocha-reporter": "^2.0.3",
"node-sass": "^3.7.0",
"protractor": "^3.3.0",
"shared-git-hooks": "^1.1.4",
"ts-node": "^0.5.5",
"tslint": "^3.6.0",
"typescript": "^1.8.10",
"typings": "^0.8.1"
}
}