-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
86 lines (86 loc) · 2.3 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
{
"name": "RealTimeTradeGame",
"version": "0.0.0",
"engines": {
"node": "^4.1.1",
"npm": "^3.3.5"
},
"description": "README",
"main": "",
"scripts": {
"start": "gulp develop",
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "https://github.com/AaronBuxbaum/RealTimeTradeGame.git"
},
"author": "Aaron Buxbaum",
"license": "ISC",
"bugs": {
"url": "https://github.com/AaronBuxbaum/RealTimeTradeGame/issues"
},
"homepage": "https://real-time-trade.herokuapp.com",
"dependencies": {
"angular": "^1.5.0",
"angular-animate": "^1.5.0",
"angular-aria": "^1.5.0",
"angular-material": "^1.0.6",
"angular-material-icons": "^0.6.0",
"angular-messages": "^1.5.0",
"angular-mocks": "^1.5.0",
"angular-moment": "^1.0.0-beta.4",
"angular-ui-router": "^0.2.18",
"angularfire": "^1.1.4",
"connect-livereload": "^0.5.4",
"coveralls": "^2.11.8",
"del": "^2.2.0",
"eslint": "^2.3.0",
"fingular": "^0.2.7",
"firebase": "^2.4.1",
"firebase-token-generator": "^2.0.0",
"gulp": "^3.9.1",
"gulp-angular-protractor": "0.0.6",
"gulp-concat": "^2.6.0",
"gulp-eslint": "^2.0.0",
"gulp-google-webfonts": "^0.0.12",
"gulp-install": "^0.6.0",
"gulp-json-concat": "^0.0.5",
"gulp-less": "^3.0.5",
"gulp-live-server": "^0.0.29",
"gulp-ng-html2js": "^0.2.2",
"gulp-ngdocs": "^0.2.13",
"gulp-plumber": "^1.1.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-typescript": "^2.12.1",
"he": "^0.5.0",
"highstock-release": "^4.2.3",
"jasmine-core": "^2.4.1",
"jquery": "^2.2.1",
"karma": "^0.13.21",
"karma-coverage": "^0.5.5",
"karma-coveralls": "^1.1.2",
"karma-jasmine": "^0.3.7",
"karma-phantomjs-launcher": "^1.0.0",
"karma-sauce-launcher": "^0.3.1",
"less": "^2.6.1",
"lodash": "^4.6.1",
"mockfirebase": "^0.12.0",
"moment": "^2.12.0",
"moment-timezone": "^0.5.1",
"phantomjs": "^2.1.3",
"protractor": "^3.1.1",
"proxyquire": "^1.7.4",
"q": "^1.4.1",
"q-io": "^1.13.2",
"require-dir": "^0.3.0",
"run-sequence": "^1.1.5",
"vinyl-source-stream": "^1.1.0",
"vinyl-transform": "^1.0.0",
"yahoo-finance": "^0.2.12",
"yahoo-finance-stream": "^0.1.2"
},
"cacheDirectories": [
"node_modules"
]
}