UNPKG

2.04 kBJSONView Raw
1{
2 "name": "angular2-materialize",
3 "description": "Angular 2 support for Materialize CSS framework",
4 "repository": {
5 "type": "git",
6 "url": "https://github.com/InfomediaLtd/angular2-materialize.git"
7 },
8 "keywords": [
9 "angular",
10 "angular2",
11 "angular 2",
12 "angular 4",
13 "materialize",
14 "materializecss",
15 "materialize-css",
16 "materialize css"
17 ],
18 "author": "Ruby Boyarski <rubyboy@gmail.com>",
19 "license": "MIT",
20 "bugs": {
21 "url": "https://github.com/InfomediaLtd/angular2-materialize/issues"
22 },
23 "homepage": "https://github.com/InfomediaLtd/angular2-materialize#readme",
24 "main": "dist/index.js",
25 "types": "./dist/index.d.ts",
26 "scripts": {
27 "commit": "git-cz",
28 "build": "sh build.sh",
29 "presemantic-release": "semantic-release pre",
30 "semantic-release": "npm publish",
31 "postsemantic-release": "semantic-release post"
32 },
33 "peerDependencies": {
34 "materialize-css": "^0.100.1",
35 "@angular/common": "^4.0.0"
36 },
37 "config": {
38 "commitizen": {
39 "path": "node_modules/cz-conventional-changelog"
40 },
41 "ghooks": {
42 "pre-commit": "npm run build"
43 }
44 },
45 "devDependencies": {
46 "@angular/common": "^4.0.2",
47 "@angular/compiler": "^4.0.2",
48 "@angular/compiler-cli": "^4.0.2",
49 "@angular/core": "^4.0.2",
50 "@angular/forms": "^4.0.2",
51 "@angular/http": "^4.0.2",
52 "@angular/platform-browser": "^4.0.2",
53 "@angular/platform-browser-dynamic": "^4.0.2",
54 "@angular/router": "^4.0.2",
55 "commitizen": "2.9.6",
56 "core-js": "^2.4.1",
57 "cz-conventional-changelog": "2.0.0",
58 "ghooks": "2.0.0",
59 "gulp": "3.9.1",
60 "gulp-rimraf": "0.2.1",
61 "gulp-typescript": "3.1.6",
62 "hammerjs": "^2.0.8",
63 "jquery": "^2.2.4",
64 "materialize-css": "^0.100.1",
65 "rollup": "^0.41.6",
66 "run-sequence": "1.2.2",
67 "rxjs": "^5.1.0",
68 "semantic-release": "^6.3.6",
69 "typescript": "~2.2.2",
70 "webpack": "^2.4.1",
71 "webpack-dev-server": "^2.4.2",
72 "zone.js": "0.8.7"
73 },
74 "version": "15.1.10"
75}
\No newline at end of file