forked from ng-bootstrap/ng-bootstrap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
95 lines (95 loc) · 3.05 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
{
"name": "ng-bootstrap",
"version": "1.0.0-alpha.6",
"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",
"typings": "typings",
"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.0.0",
"@angular/common": "2.0.0",
"@angular/forms": "2.0.0"
},
"devDependencies": {
"@angular/compiler": "2.0.0",
"@angular/http": "2.0.0",
"@angular/platform-browser": "2.0.0",
"@angular/platform-browser-dynamic": "2.0.0",
"@angular/router": "3.0.0",
"@angular/compiler-cli": "0.6.1",
"angular2-template-loader": "^0.4.0",
"autoprefixer": "^6.3.6",
"bootstrap": "^4.0.0-alpha.4",
"clang-format": "1.0.35",
"classlist-polyfill": "^1.0.3",
"copy-webpack-plugin": "^3.0.1",
"core-js": "^2.4.1",
"css-loader": "^0.23.1",
"del": "^2.0.2",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.9.0",
"glob": "^7.0.4",
"gulp": "^3.9.0",
"gulp-clang-format": "^1.0.21",
"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.1",
"gulp-sourcemaps": "^1.6.0",
"gulp-tslint": "^6.0.1",
"gulp-typescript": "^2.9.2",
"gulp-util": "^3.0.6",
"html-loader": "^0.4.3",
"html-webpack-plugin": "^2.16.1",
"ie-shim": "^0.1.0",
"jasmine": "^2.3.2",
"jasmine-core": "^2.3.4",
"jasmine-node": "^1.14.5",
"karma": "^1.1.1",
"karma-chrome-launcher": "^1.0.1",
"karma-firefox-launcher": "^1.0.0",
"karma-jasmine": "^1.0.2",
"karma-sauce-launcher": "^1.0.0",
"karma-sourcemap-loader": "^0.3.6",
"merge2": "^1.0.1",
"mkdirp": "^0.5.1",
"node-sass": "^3.7.0",
"postcss-loader": "^0.9.1",
"prismjs": "^1.5.1",
"prismjs-loader": "0.0.3",
"raw-loader": "^0.5.1",
"reflect-metadata": "0.1.3",
"run-sequence": "^1.1.4",
"rxjs": "5.0.0-beta.12",
"sass-loader": "^4.0.0",
"style-loader": "^0.13.1",
"systemjs": "^0.19.26",
"ts-loader": "^0.8.2",
"tslint": "^3.8.1",
"typescript": "^2.0.3",
"typings": "^1.3.0",
"url-loader": "^0.5.7",
"webpack": "^1.12.2",
"webpack-dev-server": "^1.14.1",
"zone.js": "^0.6.23"
}
}