-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
127 lines (127 loc) · 3.25 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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
{
"name": "ngx-wow",
"description": "Angular module for WOW.js.",
"version": "2.0.1",
"homepage": "https://github.com/tinesoft/ngx-wow",
"author": {
"name": "Tine Kondo",
"url": "https://github.com/tinesoft"
},
"repository": {
"type": "git",
"url": "git://github.com/tinesoft/ngx-wow.git"
},
"license": "MIT",
"keywords": [
"ng",
"angular",
"WOW",
"WOW.js",
"scroll",
"reveal",
"animation"
],
"bugs": {
"url": "https://github.com/tinesoft/ngx-wow/issues"
},
"private": true,
"scripts": {
"start": "gulp build",
"test": " gulp test",
"demo": " gulp build:demo",
"check-travis": " travis-status --repo=tinesoft/ngx-wow --branch=master --fail-pending || echo 'Not yet passing'"
},
"dependencies": {
"@angular/common": "6.0.0",
"@angular/core": "6.0.0",
"wowjs": "^1.1.3"
},
"devDependencies": {
"@angular/animations": "6.0.0",
"@angular/compiler": "6.0.0",
"@angular/compiler-cli": "6.0.0",
"@angular/platform-browser": "6.0.0",
"@angular/platform-browser-dynamic": "6.0.0",
"@angular/platform-server": "6.0.0",
"@compodoc/gulp-compodoc": "0.0.8",
"@types/jasmine": "2.5.41",
"@types/lodash": "4.14.92",
"@types/node": "8.0.44",
"angular-cli-ghpages": "0.5.2",
"angular2-template-loader": "0.6.2",
"ansi-colors": "2.0.1",
"awesome-typescript-loader": "5.2.0",
"codelyzer": "4.2.1",
"commitplease": "3.2.0",
"conventional-github-releaser": "2.0.2",
"core-js": "2.5.5",
"del": "3.0.0",
"fancy-log": "1.3.2",
"greenkeeper-lockfile": "1.14.0",
"gulp": "3.9.1",
"gulp-bump": "3.1.1",
"gulp-conventional-changelog": "1.1.24",
"gulp-coveralls": "0.1.4",
"gulp-file": "0.4.0",
"gulp-git": "2.6.0",
"gulp-hub": "0.8.0",
"gulp-inline-ng2-template": "4.1.0",
"gulp-tslint": "8.1.3",
"html-loader": "0.5.5",
"istanbul-instrumenter-loader": "3.0.1",
"gulp-rename": "1.2.2",
"gulp-replace": "0.6.1",
"gulp-tap": "1.0.1",
"handlebars": "4.0.11",
"highlights": "3.1.1",
"markdown-it": "8.4.0",
"jasmine-core": "2.8.0",
"karma": "1.7.0",
"karma-chrome-launcher": "2.2.0",
"karma-coverage": "1.1.1",
"karma-jasmine": "1.1.0",
"karma-jasmine-html-reporter": "0.2.2",
"karma-mocha-reporter": "2.2.5",
"karma-remap-coverage": "0.1.5",
"karma-sourcemap-loader": "0.3.7",
"karma-webpack": "2.0.5",
"lodash": "4.17.10",
"pump": "3.0.0",
"raw-loader": "0.5.1",
"rollup": "0.58.2",
"rollup-plugin-commonjs": "9.1.3",
"rollup-plugin-node-resolve": "3.3.0",
"rollup-plugin-sourcemaps": "0.4.2",
"rollup-plugin-uglify": "3.0.0",
"run-sequence": "2.2.1",
"rxjs": "6.0.0",
"source-map-loader": "0.2.3",
"travis-status": "2.0.0",
"tslint": "5.7.0",
"typescript": "2.7.2",
"webpack": "4.8.0",
"webpack-dev-middleware": "3.1.3",
"webpack-dev-server": "3.1.4",
"yargs": "11.0.0",
"zone.js": "0.8.26"
},
"engines": {
"node": ">=8.0.0"
},
"commitplease": {
"style": "angular",
"types": [
"feat",
"fix",
"docs",
"style",
"refactor",
"perf",
"test",
"chore",
"revert",
"demo"
],
"scope": "\\S+.*"
}
}