-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
92 lines (92 loc) · 2.39 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
87
88
89
90
91
92
{
"name": "linkedin-cv",
"version": "1.0.0",
"description": "My personal cv site with linkedin profile data",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/dominataa/linkedin-cv.git"
},
"keywords": [
"linkedin",
"cv"
],
"author": "Dom Armstrong",
"license": "ISC",
"bugs": {
"url": "https://github.com/dominataa/linkedin-cv/issues"
},
"babel": {
"stage": 0
},
"homepage": "https://github.com/dominataa/linkedin-cv",
"devDependencies": {
"babel-loader": "^5.3.2",
"chai": "^3.0.0",
"css-loader": "^0.16.0",
"gulp": "^3.8.11",
"gulp-clean": "^0.3.1",
"gulp-less": "^3.0.1",
"gulp-minify-css": "^1.0.0",
"gulp-sourcemaps": "^1.5.2",
"gulp-supervisor": "^0.1.2",
"gulp-tap": "^0.1.3",
"gulp-util": "^3.0.4",
"istanbul": "^0.3.14",
"istanbul-coverage-source-map": "^0.1.1",
"jquery": "^2.1.4",
"less": "^2.5.1",
"less-loader": "^2.2.0",
"minimist": "^1.1.1",
"mocha": "^2.2.4",
"nock": "^2.7.0",
"promisepipe": "^1.0.1",
"react-hot-loader": "^1.2.8",
"run-sequence": "^1.1.0",
"sinon": "^1.15.3",
"style-loader": "^0.12.3",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"webpack": "^1.11.0",
"webpack-dev-server": "^1.10.1"
},
"dependencies": {
"autobind-decorator": "^1.2.0",
"babel": "^5.0.12",
"babel-core": "^5.6.7",
"body-parser": "^1.12.0",
"classnames": "^2.1.1",
"compression": "^1.4.2",
"core-js": "^0.9.15",
"debug": "^2.2.0",
"highlight.js": "^8.6.0",
"jsdom": "^3.1.2",
"koa": "^0.21.0",
"koa-bodyparser": "^2.0.0",
"koa-etag": "^2.0.0",
"koa-fresh": "0.0.3",
"koa-generic-session": "^1.8.0",
"koa-generic-session-mongo": "^0.2.2",
"koa-gzip": "^0.1.0",
"koa-mount": "^1.3.0",
"koa-passport": "^1.1.6",
"koa-router": "^5.1.2",
"koa-static": "^1.4.9",
"lodash": "^3.10.0",
"node-uuid": "^1.4.3",
"passport-local": "^1.0.0",
"promised-mongo": "^1.1.1",
"q-io": "^2.0.6",
"query-string": "^2.1.0",
"react": "^0.14.0-beta1",
"react-dom": "^0.14.0-beta1",
"react-router": "^1.0.0-beta3",
"request-promise": "^0.4.2",
"require-dir": "^0.3.0",
"socket.io": "^1.3.5",
"socket.io-client": "^1.3.5",
"superagent": "^1.2.0",
"superagent-promise": "^1.0.0",
"through2": "^1.1.1"
}
}