-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.47 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.47 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
{
"name": "@bindable-ui/bindable-icons",
"description": "An Aurelia plugin project.",
"version": "0.3.2",
"repository": {
"type": "git",
"url": "https://github.com/bindable-ui/bindable-icons"
},
"license": "MIT",
"devDependencies": {
"@types/node": "^13.7.6",
"aurelia-animator-css": "^1.0.4",
"aurelia-bootstrapper": "^2.3.3",
"aurelia-cli": "^1.3.1",
"aurelia-testing": "^1.0.0",
"browser-sync": "^2.26.7",
"connect-history-api-fallback": "^1.6.0",
"debounce": "^1.2.0",
"del": "^5.1.0",
"gulp": "^4.0.0",
"gulp-cheerio": "^1.0.0",
"gulp-htmlmin": "^5.0.1",
"gulp-inject": "^5.0.5",
"gulp-notify": "^3.2.0",
"gulp-plumber": "^1.2.1",
"gulp-rename": "^2.0.0",
"gulp-sourcemaps": "^2.6.5",
"gulp-svgstore": "^7.0.1",
"gulp-tslint": "^8.1.4",
"gulp-typescript": "^6.0.0-alpha.1",
"gulp-watch": "^5.0.1",
"minimatch": "^3.0.4",
"promise-polyfill": "^8.1.3",
"requirejs": "^2.3.6",
"text": "requirejs/text#latest",
"through2": "^3.0.1",
"tslint": "^6.0.0",
"typescript": "^3.8.2",
"vinyl-fs": "^3.0.3"
},
"scripts": {
"build": "au build-plugin",
"prepare": "npm run build"
},
"engines": {
"node": ">=8.9.0"
},
"main": "dist/commonjs/index.js",
"module": "dist/native-modules/index.js",
"files": [
"dist"
],
"bugs": {
"url": "https://github.com/bindable-ui/bindable-icons/issues"
},
"homepage": "https://bindable-ui.com"
}