-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
105 lines (105 loc) · 3.07 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
98
99
100
101
102
103
104
105
{
"name": "aurelia-bootstrap-plugin",
"version": "0.0.2",
"description": "A Bootstrap component plugin for Aurelia",
"main": "dist/commonjs/index.js",
"keywords": [
"aurelia",
"plugin",
"bootstrap"
],
"homepage": "http://www.benlaan.com/projects/aurelia-bootstrap-plugin",
"bugs": {
"url": "https://github.com/benlaan/aurelia-bootstrap-plugin/issues"
},
"license": "MIT",
"author": "Ben Laan <[email protected]> (http://benlaan.com/)",
"directories": {
"lib": "dist"
},
"typings": "dist/aurelia-bootstrap-plugin.d.ts",
"repository": {
"type": "git",
"url": "http://github.com/benlaan/aurelia-bootstrap-plugin"
},
"dependencies": {
"aurelia-framework": "^1.0.1",
"bootstrap": "^3.3.7",
"font-awesome": "^4.6.3"
},
"devDependencies": {
"aurelia-bundler": "^0.4.0",
"aurelia-tools": "^0.2.1",
"browser-sync": "^2.13.0",
"conventional-changelog": "1.1.0",
"del": "^2.2.0",
"es6-module-loader": "^0.17.11",
"gulp": "^3.9.1",
"gulp-bump": "^2.1.0",
"gulp-changed": "^1.3.0",
"gulp-filenames": "^2.2.0",
"gulp-json-editor": "^2.2.1",
"gulp-notify": "^2.2.0",
"gulp-plumber": "^1.1.0",
"gulp-protractor": "2.4.0",
"gulp-shell": "^0.5.2",
"gulp-sourcemaps": "^1.6.0",
"gulp-tslint": "^5.0.0",
"gulp-typescript": "^2.13.6",
"isparta": "^4.0.0",
"jasmine-core": "^2.4.1",
"karma": "^0.13.22",
"karma-chrome-launcher": "^1.0.1",
"karma-jasmine": "^1.0.2",
"karma-systemjs": "^0.13.0",
"object.assign": "^4.0.3",
"require-dir": "^0.3.0",
"run-sequence": "^1.2.1",
"slash": "^1.0.0",
"systemjs": "0.19.30",
"tslint": "^3.11.0",
"typescript": ">=1.9.0-dev || ^2.0.0",
"typings": "^1.0.4",
"vinyl-paths": "^2.1.0",
"yargs": "^4.7.1"
},
"aurelia": {
"build": {
"resources": [
"alert/bs-alert.html",
"badge/bs-badge.html",
"breadcrumb/bs-breadcrumb-item.html",
"breadcrumb/bs-breadcrumb.html",
"button/bs-button-group.html",
"button/bs-button.html",
"drop-down/bs-drop-down-item.html",
"drop-down/bs-drop-down.html",
"glyph/bs-glyph.html",
"grid/bs-column.html",
"grid/bs-container.html",
"grid/bs-row.html",
"input-controls/bs-form-group.html",
"input-controls/bs-textarea.html",
"input-group/bs-input-group.html",
"jumbotron/bs-jumbotron.html",
"label/bs-label.html",
"list-group/bs-list-group-item.html",
"list-group/bs-list-group.html",
"media-object/bs-media-object.html",
"nav-bar/bs-nav-bar.html",
"page-header/bs-page-header.html",
"pagination/bs-pagination.html",
"panel/bs-panel.html",
"pill/bs-pill-item.html",
"pill/bs-pill.html",
"progress-bar/bs-progress-bar.html",
"responsive-embed/bs-responsive-embed.html",
"tab/bs-tab-item.html",
"tab/bs-tab.html",
"thumbnail/bs-thumbnail.html",
"toolbar/bs-toolbar.html",
"well/bs-well.html"
]
}
}
}