-
Notifications
You must be signed in to change notification settings - Fork 139
/
package.json
75 lines (75 loc) · 1.98 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
{
"name": "angular2-materialize",
"description": "Angular 2 support for Materialize CSS framework",
"repository": {
"type": "git",
"url": "https://github.com/InfomediaLtd/angular2-materialize.git"
},
"keywords": [
"angular",
"angular2",
"angular 2",
"angular 4",
"angular 5",
"materialize",
"materializecss",
"materialize-css",
"materialize css"
],
"author": "Ruby Boyarski <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/InfomediaLtd/angular2-materialize/issues"
},
"homepage": "https://github.com/InfomediaLtd/angular2-materialize#readme",
"main": "dist/index.js",
"types": "./dist/index.d.ts",
"scripts": {
"commit": "git-cz",
"build": "sh build.sh",
"presemantic-release": "semantic-release pre",
"semantic-release": "npm publish",
"postsemantic-release": "semantic-release post"
},
"peerDependencies": {
"materialize-css": "^0.100.1",
"@angular/common": "^5.0.0"
},
"config": {
"commitizen": {
"path": "node_modules/cz-conventional-changelog"
},
"ghooks": {
"pre-commit": "npm run build"
}
},
"devDependencies": {
"@angular/common": "^5.0.0",
"@angular/compiler": "^5.0.0",
"@angular/compiler-cli": "^5.0.0",
"@angular/core": "^5.0.0",
"@angular/forms": "^5.0.0",
"@angular/http": "^5.0.0",
"@angular/platform-browser": "^5.0.0",
"@angular/platform-browser-dynamic": "^5.0.0",
"@angular/router": "^5.0.0",
"commitizen": "2.9.6",
"core-js": "^2.4.1",
"cz-conventional-changelog": "2.0.0",
"ghooks": "2.0.0",
"gulp": "3.9.1",
"gulp-rimraf": "0.2.1",
"gulp-typescript": "3.1.6",
"hammerjs": "^2.0.8",
"jquery": "^2.2.4",
"materialize-css": "^0.100.1",
"rollup": "^0.41.6",
"run-sequence": "1.2.2",
"rxjs": "^5.1.0",
"semantic-release": "^6.3.6",
"typescript": "^2.4.2",
"webpack": "^2.4.1",
"webpack-dev-server": "^2.4.2",
"zone.js": "0.8.7"
}
}