This repository has been archived by the owner on Jan 13, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
78 lines (78 loc) · 3.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
{
"name": "aurelia-materialize-bundles",
"version": "0.8.0",
"homepage": "https://github.com/aurelia-ui-toolkits/aurelia-kendoui-bundles#readme",
"bugs": {
"url": "https://github.com/aurelia-ui-toolkits/aurelia-kendoui-bundles/issues"
},
"license": "ISC",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://jeroenvinke@github.com/aurelia-ui-toolkits/aurelia-kendoui-bundles.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"aurelia-bundler": "^0.3.2",
"del": "^2.2.0",
"gulp": "^3.9.1",
"jspm": "^0.16.15",
"require-dir": "^0.3.0",
"vinyl-paths": "^2.1.0"
},
"jspm": {
"dependencies": {
"aurelia-animator-css": "npm:aurelia-animator-css@^1.0.0-beta.1.2.0",
"aurelia-binding": "npm:aurelia-binding@^1.0.0-beta.1.3.1",
"aurelia-bootstrapper": "npm:aurelia-bootstrapper@^1.0.0-beta.1.2.0",
"aurelia-dependency-injection": "npm:aurelia-dependency-injection@^1.0.0-beta.1.2.0",
"aurelia-event-aggregator": "npm:aurelia-event-aggregator@^1.0.0-beta.1.2.0",
"aurelia-fetch-client": "npm:aurelia-fetch-client@^1.0.0-beta.1.2.1",
"aurelia-framework": "npm:aurelia-framework@^1.0.0-beta.1.2.1",
"aurelia-history": "npm:aurelia-history@^1.0.0-beta.1.2.0",
"aurelia-history-browser": "npm:aurelia-history-browser@^1.0.0-beta.1.2.0",
"aurelia-http-client": "npm:aurelia-http-client@^1.0.0-beta.1.2.0",
"aurelia-loader": "npm:aurelia-loader@^1.0.0-beta.1.2.0",
"aurelia-loader-default": "npm:aurelia-loader-default@^1.0.0-beta.1.2.0",
"aurelia-logging": "npm:aurelia-logging@^1.0.0-beta.1.2.0",
"aurelia-logging-console": "npm:aurelia-logging-console@^1.0.0-beta.1.2.0",
"aurelia-materialize-bridge": "npm:aurelia-materialize-bridge@^0.31.0",
"aurelia-metadata": "npm:aurelia-metadata@^1.0.0-beta.1.2.0",
"aurelia-path": "npm:aurelia-path@^1.0.0-beta.1.2.1",
"aurelia-route-recognizer": "npm:aurelia-route-recognizer@^1.0.0-beta.1.2.0",
"aurelia-router": "npm:aurelia-router@^1.0.0-beta.1.2.0",
"aurelia-task-queue": "npm:aurelia-task-queue@^1.0.0-beta.1.2.0",
"aurelia-templating": "npm:aurelia-templating@^1.0.0-beta.1.2.1",
"aurelia-templating-binding": "npm:aurelia-templating-binding@^1.0.0-beta.1.2.1",
"aurelia-templating-resources": "npm:aurelia-templating-resources@^1.0.0-beta.1.2.1",
"aurelia-templating-router": "npm:aurelia-templating-router@^1.0.0-beta.1.2.0",
"aurelia-validation": "npm:aurelia-validation@^1.0.0-beta.1.0.0",
"css": "github:systemjs/plugin-css@^0.1.33",
"jquery": "github:components/jquery@2.2.4",
"materialize": "npm:materialize-css@^0.100.1",
"text": "github:systemjs/plugin-text@^0.0.7"
},
"devDependencies": {
"babel": "npm:babel-core@^5.6.4",
"babel-runtime": "npm:babel-runtime@^5.6.4",
"clean-css": "npm:clean-css@^3.4.11",
"core-js": "npm:core-js@^0.9.17"
},
"overrides": {
"npm:materialize-css@0.100.1": {
"main": "dist/js/materialize",
"format": "global",
"shim": {
"js/materialize": {
"deps": [
"jquery",
"../css/materialize.css!"
]
}
}
}
}
}
}