]> git.r.bdr.sh - rbdr/dotfiles/blame - atom/packages/ex-mode/node_modules/fs-plus/node_modules/async/package.json
Remove mc config
[rbdr/dotfiles] / atom / packages / ex-mode / node_modules / fs-plus / node_modules / async / package.json
CommitLineData
24c7594d
BB
1{
2 "name": "async",
3 "description": "Higher-order functions and common patterns for asynchronous code",
4 "main": "./lib/async",
5 "author": {
6 "name": "Caolan McMahon"
7 },
8 "version": "0.2.10",
9 "repository": {
10 "type": "git",
455f099b 11 "url": "git+https://github.com/caolan/async.git"
24c7594d
BB
12 },
13 "bugs": {
14 "url": "https://github.com/caolan/async/issues"
15 },
16 "licenses": [
17 {
18 "type": "MIT",
19 "url": "https://github.com/caolan/async/raw/master/LICENSE"
20 }
21 ],
22 "devDependencies": {
23 "nodeunit": ">0.0.0",
24 "uglify-js": "1.2.x",
25 "nodelint": ">0.0.0"
26 },
27 "jam": {
28 "main": "lib/async.js",
29 "include": [
30 "lib/async.js",
31 "README.md",
32 "LICENSE"
33 ]
34 },
35 "scripts": {
36 "test": "nodeunit test/test-async.js"
37 },
38 "_id": "async@0.2.10",
39 "dist": {
40 "shasum": "b6bbe0b0674b9d719708ca38de8c237cb526c3d1",
41 "tarball": "http://registry.npmjs.org/async/-/async-0.2.10.tgz"
42 },
43 "_from": "async@>=0.2.9 <0.3.0",
44 "_npmVersion": "1.3.2",
45 "_npmUser": {
46 "name": "caolan",
47 "email": "caolan.mcmahon@gmail.com"
48 },
49 "maintainers": [
50 {
51 "name": "caolan",
52 "email": "caolan@caolanmcmahon.com"
53 }
54 ],
55 "directories": {},
56 "_shasum": "b6bbe0b0674b9d719708ca38de8c237cb526c3d1",
455f099b
BB
57 "_resolved": "https://registry.npmjs.org/async/-/async-0.2.10.tgz",
58 "readme": "ERROR: No README data found!",
59 "homepage": "https://github.com/caolan/async#readme"
24c7594d 60}