-
Notifications
You must be signed in to change notification settings - Fork 17
/
package.json
72 lines (72 loc) · 2.28 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
{
"name": "learning-nodejs-main",
"version": "1.2.3",
"description": "An example-based Node.js tutorial.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/IonicaBizau/learning-nodejs.git"
},
"keywords": [
"nodejs",
"learning"
],
"author": "Ionică Bizău <bizauionica@gmail.com> (https://ionicabizau.net)",
"license": "MIT",
"bugs": {
"url": "https://github.com/IonicaBizau/learning-nodejs/issues"
},
"homepage": "https://github.com/IonicaBizau/learning-nodejs#readme",
"blah": {
"description": [
"Some of the examples are not well documented, but when you need help, feel free to open issues.",
"Like always, contributions are more than welcome!",
" - [`address-to-geocode`](/address-to-geocode/)",
" - [`cheerio`](/cheerio/)",
" - [`connect-to-websocket`](/connect-to-websocket/)",
" - [`data-stream`](/data-stream/)",
" - [`file-upload`](/file-upload/)",
" - [`formidable-mongodb`](/formidable-mongodb/)",
" - [`hello-blah`](/hello-blah/)",
" - [`html-to-pdf`](/html-to-pdf/)",
" - [`jsdom`](/jsdom/)",
" - [`jwt-auth`](/jwt-auth/)",
" - [`login-with-bitbucket`](/login-with-bitbucket/)",
" - [`login-with-github`](/login-with-github/)",
" - [`mongodb-map-reduce`](/mongodb-map-reduce/)",
" - [`node-login`](/node-login/)",
" - [`orientdb`](/orientdb/)",
" - [`people-information-db`](/people-information-db/)",
" - [`phantom`](/phantom/)",
" - [`post-message`](/post-message/)",
" - [`server-file-upload`](/server-file-upload/)",
" - [`streams`](/streams/)",
" - [`using-sockjs`](/using-sockjs/)",
" - [`web-sockets`](/web-sockets/)",
" - [`rename`](/rename/)"
],
"title": "Learning Node.js",
"documentation": "Documentation should be available in each project, but if it is not, feel free to ask questions using the issue tracker."
},
"files": [
"bin/",
"app/",
"lib/",
"dist/",
"src/",
"scripts/",
"resources/",
"menu/",
"cli.js",
"index.js",
"bloggify.js",
"bloggify.json",
"bloggify/"
],
"dependencies": {
"text-ciphers": "^0.5.2"
}
}