-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.95 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
{
"name": "aurelia-npm-systemjs-skeleton",
"version": "1.0.0",
"description": "",
"main": "app/Main.js",
"author": "Christian Kotzbauer <[email protected]>",
"license": "MIT",
"scripts": {
"start": "node_modules/.bin/http-server -c-1 ./build/out/",
"postinstall": "node node_modules/tsd/build/cli.js install"
},
"devDependencies": {
"aurelia-bundler": "^0.3.1",
"browserify": "^13.0.0",
"del": "^2.2.0",
"event-stream": "^3.3.2",
"gulp": "^3.9.0",
"gulp-concat": "^2.6.0",
"gulp-cssnano": "^2.1.1",
"gulp-less": "^3.0.5",
"gulp-typescript": "^2.10.0",
"http-server": "^0.9.0",
"require-dir": "^0.3.0",
"run-sequence": "^1.1.5",
"systemjs-builder": "0.15.5",
"tsd": "^0.6.5",
"typescript": "^1.7.5",
"vinyl-paths": "^2.1.0"
},
"dependencies": {
"aurelia-binding": "^1.0.0-beta.1.1.0",
"aurelia-bootstrapper": "^1.0.0-beta.1.1.1",
"aurelia-dependency-injection": "^1.0.0-beta.1.1.2",
"aurelia-event-aggregator": "^1.0.0-beta.1.1.0",
"aurelia-framework": "^1.0.0-beta.1.1.1",
"aurelia-history": "^1.0.0-beta.1.1.1",
"aurelia-history-browser": "^1.0.0-beta.1.1.1",
"aurelia-loader": "^1.0.0-beta.1.1.0",
"aurelia-loader-default": "^1.0.0-beta.1.1.0",
"aurelia-logging": "^1.0.0-beta.1.1.1",
"aurelia-logging-console": "^1.0.0-beta.1.1.3",
"aurelia-metadata": "^1.0.0-beta.1.1.3",
"aurelia-pal": "^1.0.0-beta.1.1.1",
"aurelia-pal-browser": "^1.0.0-beta.1.1.2",
"aurelia-path": "^1.0.0-beta.1.1.0",
"aurelia-route-recognizer": "^1.0.0-beta.1.1.0",
"aurelia-router": "^1.0.0-beta.1.1.0",
"aurelia-task-queue": "^1.0.0-beta.1.1.0",
"aurelia-templating": "^1.0.0-beta.1.1.0",
"aurelia-templating-binding": "^1.0.0-beta.1.1.0",
"aurelia-templating-resources": "^1.0.0-beta.1.1.0",
"aurelia-templating-router": "^1.0.0-beta.1.1.0",
"bluebird": "^3.1.5",
"core-js": "^2.0.3",
"systemjs": "0.19.17"
}
}