๐Ÿ“ฆ getify / A-Tale-Of-Three-Lists

๐Ÿ“„ package.json ยท 30 lines
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{
	"name": "a-tale-of-three-lists",
	"version": "1.1.1",
	"description": "exploring async patterns with a silly async demo",
	"dependencies": {
		"native-promise-only": "latest",
		"asynquence": "latest",
		"asynquence-contrib": "latest"
	},
	"repository": {
		"type": "git",
		"url": "git://github.com/getify/a-tale-of-three-lists.git"
	},
	"keywords": [
		"async",
		"flow-control",
		"promise",
		"generator",
		"reactive",
		"observable"
	],
	"bugs": {
		"url": "https://github.com/getify/a-tale-of-three-lists/issues",
		"email": "getify@gmail.com"
	},
	"homepage": "http://github.com/getify/a-tale-of-three-lists",
	"author": "Kyle Simpson <getify@gmail.com>",
	"license": "MIT"
}