forked from senthilkumarv/ng2-slimscroll
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.01 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.01 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
{
"name": "ng2-slimscroll",
"version": "0.5.0",
"description": "Angular2 Customizable Scrollbar Implementation",
"repository": {
"type": "git",
"url": "git+https://github.com/jkuri/ng2-slimscroll.git"
},
"scripts": {
"dev": "tsc --watch",
"prepublish": "tsc && tsc -d && node make.js"
},
"keywords": [
"ng2",
"angular",
"angular2",
"scroll",
"scrollbar",
"slimscroll"
],
"author": "Jan Kuri <jkuri88@gmail.com>",
"main": "ng2-slimscroll.js",
"typings": "./ng2-slimscroll.d.ts",
"license": "MIT",
"devDependencies": {
"@angular/common": "2.0.0-rc.1",
"@angular/compiler": "2.0.0-rc.1",
"@angular/core": "^2.0.0-rc.1",
"@angular/platform-browser": "2.0.0-rc.1",
"@angular/platform-browser-dynamic": "2.0.0-rc.1",
"es6-promise": "3.2.1",
"es6-shim": "0.35.1",
"reflect-metadata": "0.1.2",
"rxjs": "5.0.0-beta.6",
"systemjs": "0.19.27",
"systemjs-builder": "^0.15.0",
"typescript": "1.8.10",
"zone.js": "0.6.8"
}
}