-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
94 lines (94 loc) · 2.98 KB
/
package.json
File metadata and controls
94 lines (94 loc) · 2.98 KB
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
{
"name": "aurelia-bootstrap-ux",
"version": "0.1.0",
"description": "A Bootstrap 3 component library for Aurelia.",
"keywords": [
"aurelia",
"bootstrap",
"components",
"ux"
],
"homepage": "https://github.com/InSourceSoftware/aurelia-bootstrap-ux",
"bugs": {
"url": "https://github.com/InSourceSoftware/aurelia-bootstrap-ux/issues"
},
"license": "MIT",
"author": "Stephen Riesenberg <sjohnr@hotmail.com> (http://insource.io/)",
"main": "dist/commonjs/index.js",
"repository": {
"type": "git",
"url": "https://github.com/InSourceSoftware/aurelia-bootstrap-ux"
},
"scripts": {
"build:html": "gulp build-html",
"build:es2015": "gulp build-es2015",
"build:commonjs": "gulp build-commonjs",
"build:amd": "gulp build-amd",
"build:system": "gulp build-system",
"build": "gulp build-html && gulp build-es2015 && gulp build-commonjs && gulp build-amd && gulp build-system",
"clean": "gulp clean"
},
"dependencies": {
"aurelia-framework": "^1.0.0"
},
"peerDependencies": {
"aurelia-binding": "^1.0.0",
"aurelia-dependency-injection": "^1.0.0",
"aurelia-logging": "^1.0.0",
"aurelia-pal": "^1.0.0",
"aurelia-task-queue": "^1.0.0",
"aurelia-templating": "^1.0.0",
"aurelia-loader": "^1.0.0",
"aurelia-templating-binding": "^1.0.0",
"aurelia-framework": "^1.0.0",
"aurelia-metadata": "^1.0.0",
"aurelia-path": "^1.0.0"
},
"devDependencies": {
"aurelia-bootstrapper": "^2.1.1",
"aurelia-cli": "^0.27.0",
"aurelia-pal-browser": "^1.2.0",
"aurelia-pal-nodejs": "^1.0.0-beta.1.0.0",
"aurelia-polyfills": "^1.2.1",
"aurelia-testing": "^1.0.0-beta.3.0.1",
"aurelia-tools": "^1.0.0",
"babel-eslint": "^6.0.4",
"babel-plugin-syntax-flow": "^6.8.0",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-es2015-modules-amd": "^6.8.0",
"babel-plugin-transform-es2015-modules-commonjs": "^6.10.3",
"babel-plugin-transform-flow-strip-types": "^6.8.0",
"babel-polyfill": "^6.9.1",
"babel-preset-es2015": "^6.13.2",
"babel-preset-stage-1": "^6.5.0",
"babel-register": "^6.9.0",
"conventional-changelog": "^1.1.3",
"gulp": "github:gulpjs/gulp#4.0",
"gulp-babel": "^6.1.2",
"gulp-bump": "^2.7.0",
"gulp-changed-in-place": "^2.0.3",
"gulp-eslint": "^2.0.0",
"gulp-notify": "^2.2.0",
"gulp-plumber": "^1.1.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.3.2",
"gulp-sourcemaps": "^2.0.0-alpha",
"gulp-yuidoc": "^0.1.2",
"jasmine-core": "^2.4.1",
"karma": "^1.5.0",
"karma-babel-preprocessor": "^6.0.1",
"karma-chrome-launcher": "^2.0.0",
"karma-jasmine": "^1.1.0",
"karma-requirejs": "^1.1.0",
"minimatch": "^3.0.4",
"require-dir": "^0.3.2",
"requirejs": "^2.3.3",
"requirejs-text": "^2.0.15",
"run-sequence": "^1.2.2",
"through2": "^2.0.1",
"uglify-js": "^2.6.3",
"vinyl-fs": "^2.4.3",
"vinyl-paths": "^2.1.0",
"yargs": "^8.0.1"
}
}