forked from ng-bootstrap/ng-bootstrap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
97 lines (97 loc) · 3.13 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
{
"name": "ng-bootstrap",
"version": "1.0.0-alpha.19",
"description": "Angular 2 powered Bootstrap",
"keywords": "Angular 2 Angular2 Bootstrap autocomplete accordion alert buttons carousel collapse dropdown pagination popover progressbar rating tabset timepicker tooltip typeahead",
"author": "https://github.com/ng-bootstrap/ng-bootstrap/graphs/contributors",
"main": "dist/index.js",
"scripts": {
"install": "node misc/validate-commit.install.js",
"test": "karma start karma.conf.js",
"api-doc-tdd": "jasmine-node misc/api-doc.spec.js --autotest --watch misc/api-doc-test-cases/*.ts misc/api-doc.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ng-bootstrap/ng-bootstrap.git"
},
"license": {
"type": "MIT",
"url": "https://raw.githubusercontent.com/ng-bootstrap/ng-bootstrap/master/LICENSE"
},
"bugs": {
"url": "https://github.com/ng-bootstrap/ng-bootstrap/issues"
},
"homepage": "https://github.com/ng-bootstrap/ng-bootstrap#readme",
"dependencies": {
"@angular/core": "2.3.1",
"@angular/common": "2.3.1",
"@angular/forms": "2.3.1"
},
"devDependencies": {
"@angular/compiler": "2.3.1",
"@angular/compiler-cli": "2.3.1",
"@angular/http": "2.3.1",
"@angular/platform-browser": "2.3.1",
"@angular/platform-browser-dynamic": "2.3.1",
"@angular/platform-server": "2.3.1",
"@angular/router": "3.3.1",
"@ngtools/webpack": "1.2.4",
"@types/jasmine": "^2.5.37",
"@types/node": "^6.0.46",
"angular2-template-loader": "^0.6.0",
"autoprefixer": "^6.5.1",
"bootstrap": "4.0.0-alpha.6",
"clang-format": "1.0.35",
"classlist-polyfill": "^1.0.3",
"copy-webpack-plugin": "^4.0.0",
"core-js": "^2.4.1",
"css-loader": "^0.25.0",
"del": "^2.2.2",
"extract-text-webpack-plugin": "^2.0.0-beta.4",
"file-loader": "^0.9.0",
"glob": "^7.1.1",
"gulp": "^3.9.1",
"gulp-clang-format": "^1.0.23",
"gulp-conventional-changelog": "^1.1.0",
"gulp-ddescribe-iit": "^1.3.0",
"gulp-file": "^0.3.0",
"gulp-gh-pages": "^0.5.4",
"gulp-shell": "^0.5.2",
"gulp-tslint": "^6.1.2",
"gulp-util": "^3.0.7",
"he": "^1.1.0",
"html-loader": "0.4.4",
"html-webpack-plugin": "2.24.1",
"ie-shim": "^0.1.0",
"jasmine": "^2.5.2",
"jasmine-core": "^2.5.2",
"jasmine-node": "^1.14.5",
"karma": "^1.3.0",
"karma-chrome-launcher": "^2.0.0",
"karma-coverage": "^1.1.1",
"karma-firefox-launcher": "^1.0.0",
"karma-jasmine": "^1.0.2",
"karma-sauce-launcher": "^1.1.0",
"karma-sourcemap-loader": "^0.3.7",
"mkdirp": "^0.5.1",
"node-sass": "^3.10.1",
"postcss-loader": "^1.1.0",
"prismjs": "^1.5.1",
"prismjs-loader": "0.0.4",
"raw-loader": "^0.5.1",
"reflect-metadata": "^0.1.8",
"remap-istanbul": "^0.7.0",
"run-sequence": "^1.2.2",
"rxjs": "5.0.0-rc.4",
"sass-loader": "^4.0.2",
"style-loader": "^0.13.1",
"systemjs": "^0.19.40",
"ts-loader": "2.0.0",
"tslint": "^3.15.1",
"typescript": "2.0.10",
"url-loader": "^0.5.7",
"webpack": "2.2.0",
"webpack-dev-server": "2.2.0",
"zone.js": "^0.7.2"
}
}