-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
66 lines (66 loc) · 2.99 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
{
"name": "aurelia-kendoui-bundles",
"version": "0.3.23",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://[email protected]/aurelia-ui-toolkits/aurelia-kendoui-bundles.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/aurelia-ui-toolkits/aurelia-kendoui-bundles/issues"
},
"homepage": "https://github.com/aurelia-ui-toolkits/aurelia-kendoui-bundles#readme",
"jspm": {
"dependencies": {
"aurelia-after-attached-plugin": "github:aurelia-ui-toolkits/aurelia-after-attached-plugin@^0.1.0",
"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-kendoui-bridge": "npm:aurelia-kendoui-bridge@^1.1.1",
"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-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",
"css": "github:systemjs/plugin-css@^0.1.26",
"json": "github:systemjs/plugin-json@^0.1.0",
"text": "github:systemjs/plugin-text@^0.0.7"
},
"devDependencies": {
"babel": "npm:babel-core@^5.6.4",
"babel-runtime": "npm:babel-runtime@^5.6.4",
"core-js": "npm:core-js@^0.9.17"
}
},
"devDependencies": {
"aurelia-bundler": "0.4.0",
"del": "^2.2.0",
"gulp": "^4.0.2",
"graceful-fs": "4.2.2",
"jspm": "^0.16.15",
"vinyl-fs": "0.1.4",
"require-dir": "^0.3.0",
"vinyl-paths": "^2.1.0"
}
}