-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
53 lines (53 loc) · 1.38 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
{
"name": "angular2-viewport",
"version": "1.3.2",
"description": "Angular 2 Viewport Directives & Services",
"repository": {
"type": "git",
"url": "https://github.com/alisahinozcelik/angular2-viewport.git"
},
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"prepublish": "gulp publish",
"serve": "concurrently --kill-others \"webpack-dev-server --config playground/webpack.js\" \"gulp dev\""
},
"keywords": [
"angular",
"angular2",
"viewport",
"inview",
"in-view",
"directive",
"service",
"scroll"
],
"author": "[email protected]",
"license": "MIT",
"dependencies": {
"@angular/core": "^4.0.1",
"lodash": "^4.17.4",
"rxjs": "^5.2.0",
"zone.js": "^0.8.5"
},
"devDependencies": {
"@angular/common": "^4.0.1",
"@angular/compiler": "^4.0.1",
"@angular/platform-browser": "^4.0.1",
"@angular/platform-browser-dynamic": "^4.0.1",
"concurrently": "^3.4.0",
"del": "^2.2.2",
"gulp": "^3.9.1",
"gulp-sourcemaps": "^2.4.1",
"gulp-typescript": "^3.1.6",
"html-webpack-plugin": "^2.28.0",
"merge2": "^1.0.3",
"reflect-metadata": "^0.1.10",
"run-sequence": "^1.2.2",
"ts-loader": "^2.0.3",
"typescript": "^2.2.1",
"webpack": "^2.3.3",
"webpack-dev-server": "^2.4.2"
}
}