-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.33 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.33 KB
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
{
"name": "hello-world",
"version": "0.1.0",
"description": "Stock tracker in Angular 2",
"main": "server/bootstrap.js",
"scripts": {
"start": "npm install && node ./node_modules/gulp/bin/gulp.js go"
},
"repository": {
"type": "git",
"url": "git+https://github.com/angular-in-action/hello-world.git"
},
"keywords": [
"angular2"
],
"author": "Jeremy Wilken <gnomation@gnomeontherun.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/angular-in-action/hello-world/issues"
},
"homepage": "https://github.com/angular-in-action/hello-world#readme",
"dependencies": {
"angular2": "2.0.0-alpha.37",
"express": "4.13.1",
"reflect-metadata": "0.1.0",
"systemjs": "0.18.4",
"yahoo-finance": "0.2.11",
"zone.js": "0.5.2"
},
"devDependencies": {
"del": "1.2.0",
"eslint": "0.24.1",
"gulp": "3.9.0",
"gulp-changed": "1.2.1",
"gulp-concat": "^2.6.0",
"gulp-sourcemaps": "1.5.2",
"gulp-tslint": "3.1.0-beta",
"gulp-typescript": "2.7.8",
"gulp-util": "3.0.6",
"karma": "^0.13.9",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "~0.1.0",
"karma-mocha": "^0.2.0",
"karma-typescript-preprocessor": "0.0.19",
"minimist": "1.1.3",
"mocha": "^2.3.2",
"run-sequence": "1.1.1",
"tsd": "0.6.3",
"typescript": "1.5.3"
}
}