-
Notifications
You must be signed in to change notification settings - Fork 56
/
package.json
83 lines (83 loc) · 2.35 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
{
"name": "fuel-ui",
"version": "0.3.9",
"description": "A set of utilities and Angular2 components implementing Twitter's Bootstrap 4 components",
"main": "fuel-ui.js",
"typings": "fuel-ui.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "bower install && typings install",
"prepublish": "gulp build"
},
"keywords": [
"angular",
"angular2",
"bootstrap",
"bootstrap4",
"component",
"components"
],
"author": "Fuel Travel",
"license": "ISC",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/FuelInteractive/fuel-ui.git"
},
"devDependencies": {
"bourbon": "^4.2.6",
"del": "^2.2.0",
"gulp": "^3.9.0",
"gulp-cache-bust": "^1.0.1",
"gulp-concat": "^2.6.0",
"gulp-inline-ng2-template": "^2.0.4",
"gulp-minify-css": "^1.2.4",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.0.4",
"gulp-sass-glob": "^1.0.6",
"gulp-server-livereload": "^1.7.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-typescript": "^2.13.6",
"gulp-webserver": "^0.9.1",
"merge2": "^1.0.2",
"path": "^0.12.7",
"prismjs": "^1.5.1",
"run-sequence": "^1.1.5",
"systemjs-builder": "^0.15.23",
"typescript": "^1.9.0-dev.20160615-1.0",
"typings": "^1.3.1",
"vinyl-buffer": "^1.0.0",
"vinyl-paths": "^2.1.0",
"vinyl-source-stream": "^1.1.0"
},
"peerDependencies": {
"@angular/common": "2.0.0-rc.4",
"@angular/compiler": "2.0.0-rc.4",
"@angular/core": "2.0.0-rc.4",
"@angular/http": "2.0.0-rc.4",
"@angular/platform-browser": "2.0.0-rc.4",
"@angular/platform-browser-dynamic": "2.0.0-rc.4",
"bootstrap": "^4.0.0-alpha.2",
"font-awesome": "^4.6.3",
"rxjs": "5.0.0-beta.6",
"zone.js": "0.6.12"
},
"dependencies": {
"@angular/common": "2.0.0-rc.4",
"@angular/compiler": "2.0.0-rc.4",
"@angular/core": "2.0.0-rc.4",
"@angular/forms": "^0.2.0",
"@angular/http": "2.0.0-rc.4",
"@angular/platform-browser": "2.0.0-rc.4",
"@angular/platform-browser-dynamic": "2.0.0-rc.4",
"@angular/router": "3.0.0-beta.2",
"bootstrap": "^4.0.0-alpha.2",
"core-js": "^2.2.1",
"es6-shim": "^0.35.1",
"font-awesome": "^4.6.3",
"hammerjs": "^2.0.8",
"reflect-metadata": "^0.1.3",
"rxjs": "5.0.0-beta.6",
"systemjs": "^0.19.31",
"zone.js": "0.6.12"
}
}