-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 1.25 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
{
"version": "0.0.0",
"name": "my_food_app",
"devDependencies": {
"gulp": "^3.9.1",
"gulp-changed": "^1.3.0",
"gulp-plumber": "^1.1.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-typescript": "^2.13.4",
"jspm": "^0.16.34",
"require-dir": "^0.3.0",
"tsd": "^0.6.5",
"typescript": "^1.8.10"
},
"jspm": {
"directories": {
"baseURL": "wwwroot"
},
"dependencies": {
"aurelia-bootstrapper": "npm:aurelia-bootstrapper@^1.0.0-beta.1.2.1",
"aurelia-framework": "npm:aurelia-framework@^1.0.0-beta.1.2.5",
"aurelia-history-browser": "npm:aurelia-history-browser@^1.0.0-beta.1.2.1",
"aurelia-loader-default": "npm:aurelia-loader-default@^1.0.0-beta.1.2.2",
"aurelia-logging-console": "npm:aurelia-logging-console@^1.0.0-beta.1.2.1",
"aurelia-router": "npm:aurelia-router@^1.0.0-beta.1.2.3",
"aurelia-templating-binding": "npm:aurelia-templating-binding@^1.0.0-beta.1.2.4",
"aurelia-templating-resources": "npm:aurelia-templating-resources@^1.0.0-beta.1.2.6",
"aurelia-templating-router": "npm:aurelia-templating-router@^1.0.0-beta.1.2.1",
"bootstrap": "github:twbs/bootstrap@^3.3.6",
"font-awesome": "npm:font-awesome@^4.6.1"
},
"devDependencies": {}
}
}