-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.73 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
{
"name": "aurelia-beginner-kit-es2016",
"version": "1.0.0-beta.1.0.1",
"description": "A beginner starter kit for learning Aurelia with ES 2016.",
"keywords": [
"aurelia",
"kit",
"beginner",
"skeleton"
],
"homepage": "http://aurelia.io",
"license": "CC0-1.0",
"author": "Rob Eisenberg <[email protected]> (http://robeisenberg.com/)",
"main": "dist/main.js",
"jspm": {
"dependencies": {
"aurelia-animator-css": "npm:aurelia-animator-css@^1.0.0-beta.1.1.0",
"aurelia-bootstrapper": "npm:aurelia-bootstrapper@^1.0.0-beta.1.1.1",
"aurelia-fetch-client": "npm:aurelia-fetch-client@^1.0.0-beta.1.1.0",
"aurelia-framework": "npm:aurelia-framework@^1.0.0-beta.1.1.0",
"aurelia-history-browser": "npm:aurelia-history-browser@^1.0.0-beta.1.1.1",
"aurelia-loader-default": "npm:aurelia-loader-default@^1.0.0-beta.1.1.1",
"aurelia-logging-console": "npm:aurelia-logging-console@^1.0.0-beta.1.1.3",
"aurelia-router": "npm:aurelia-router@^1.0.0-beta.1.1.0",
"aurelia-templating-binding": "npm:aurelia-templating-binding@^1.0.0-beta.1.1.0",
"aurelia-templating-resources": "npm:aurelia-templating-resources@^1.0.0-beta.1.1.0",
"aurelia-templating-router": "npm:aurelia-templating-router@^1.0.0-beta.1.0.1",
"bootstrap": "github:twbs/bootstrap@^3.3.5",
"fetch": "github:github/fetch@^0.10.1",
"font-awesome": "npm:font-awesome@^4.4.0",
"text": "github:systemjs/plugin-text@^0.0.4"
},
"devDependencies": {
"babel": "npm:babel-core@^5.8.24",
"babel-runtime": "npm:babel-runtime@^5.8.24",
"core-js": "npm:core-js@^2.0.3"
},
"overrides": {
"npm:[email protected]": {
"main": "client/shim.min"
}
}
}
}