This repository has been archived by the owner on Oct 18, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
75 lines (75 loc) · 1.94 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
{
"name": "aurelia-multiple-select",
"version": "1.0.1",
"description": "An aurelia plugin for multiselect control",
"keywords": [
"aurelia",
"plugin",
"multiple select",
"bootstrap"
],
"homepage": "https://github.com/bondib/aurelia-multi-select",
"bugs": {
"url": "https://github.com/bondib/aurelia-multi-select/issues"
},
"license": "ISC",
"author": "Benjamin Bondi (bondib)",
"main": "dist/amd/aurelia-multi-select.js",
"directories": {
"dist": "dist/amd"
},
"repository": {
"type": "git",
"url": "https://github.com/bondib/aurelia-multi-select"
},
"typings": "dist/amd/aurelia-multiple-select.d.ts",
"scripts": {},
"devDependencies": {
"browser-sync": "^2.18.6",
"gulp-conventional-changelog": "^1.1.0",
"del": "^2.2.2",
"gulp": "^3.9.1",
"gulp-bump": "^2.5.1",
"gulp-changed": "^1.3.2",
"gulp-htmlmin": "^3.0.0",
"gulp-notify": "^2.2.0",
"gulp-plumber": "^1.1.0",
"gulp-protractor": "3.0.0",
"gulp-sourcemaps": "^2.4.0",
"gulp-tslint": "^7.0.1",
"gulp-typescript": "^3.1.4",
"gulp-yuidoc": "^0.1.2",
"object.assign": "^4.0.4",
"require-dir": "^0.3.1",
"run-sequence": "^1.2.2",
"tslint": "^4.3.1",
"typescript": "^2.1.5",
"typings": "^2.1.0",
"vinyl-paths": "^2.1.0",
"yargs": "^6.6.0",
"merge2": "^1.0.3"
},
"jspm": {
"registry": "jspm",
"main": "aurelia-multiple-select",
"format": "amd",
"directories": {
"dist": "dist/amd"
},
"dependencies": {
"aurelia-event-aggregator": "^1.0.0",
"aurelia-framework": "^1.0.8",
"aurelia-ui-virtualization": "^1.0.0-beta.3.1.0",
"bootstrap": "^3.0.0",
"jquery": "^3.0.0"
},
"devDependencies": {}
},
"dependencies": {
"aurelia-framework": "^1.0.8",
"aurelia-ui-virtualization": "^1.0.0-beta.3.1.0",
"aurelia-event-aggregator": "^1.0.0",
"bootstrap": "^3.0.0",
"jquery": "^3.0.0"
}
}