forked from makseo/ng2-sticky
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.57 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
{
"name": "ng2-sticky-kit",
"version": "4.0.0",
"description": "Angular component that allows to stick the elements such as header, menu, sidebar or any other block on the page.",
"scripts": {
"build": "./node_modules/typescript/bin/tsc",
"lite-server": "./node_modules/lite-server/bin/lite-server",
"test": "npm run build && ./node_modules/karma/bin/karma start karma.conf.js"
},
"repository": {
"type": "git",
"url": "https://github.com/makseo/ng2-sticky.git"
},
"keywords": [
"angular",
"angular2",
"ng2",
"sticky",
"stick",
"stuck",
"fixed"
],
"author": "Maksym Bidiuk",
"license": "MIT",
"bugs": {
"url": "https://github.com/makseo/ng2-sticky/issues"
},
"main": "ng2-sticky-kit.js",
"homepage": "https://github.com/makseo/ng2-sticky",
"devDependencies": {
"@angular/common": "^4.1.0",
"@angular/compiler": "^4.1.0",
"@angular/core": "^4.1.0",
"@angular/platform-browser": "^4.1.0",
"@angular/platform-browser-dynamic": "^4.1.0",
"@types/jasmine": "^2.5.41",
"@types/node": "^6.0.45",
"core-js": "^2.4.1",
"jasmine-core": "^2.6.1",
"karma": "^1.6.0",
"karma-chrome-launcher": "^2.0.0",
"karma-firefox-launcher": "~1.0.0",
"karma-jasmine": "1.1.0",
"karma-phantomjs-launcher": "~1.0.0",
"karma-spec-reporter": "^0.0.31",
"lite-server": "^2.3.0",
"phantomjs-polyfill": "0.0.2",
"phantomjs-prebuilt": "2.1.14",
"reflect-metadata": "^0.1.8",
"rxjs": "^5.2.0",
"systemjs": "~0.19.41",
"typescript": "^2.2.2",
"zone.js": "^0.8.9"
}
}