Skip to content

Commit 55aabc6

Browse files
committed
Scaffold: Add package.json
1 parent 830adb8 commit 55aabc6

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

package.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"name": "async-done",
3+
"version": "0.0.0",
4+
"description": "Manage callback, promise, and stream completion",
5+
"main": "index.js",
6+
"directories": {
7+
"test": "test"
8+
},
9+
"scripts": {
10+
"test": "node test/index.js"
11+
},
12+
"repository": {
13+
"type": "git",
14+
"url": "git://github.com/phated/async-done"
15+
},
16+
"author": "Blaine Bublitz <blaine@iceddev.com> (http://iceddev.com/)",
17+
"license": "MIT",
18+
"bugs": {
19+
"url": "https://github.com/phated/async-done/issues"
20+
},
21+
"homepage": "https://github.com/phated/async-done"
22+
}

0 commit comments

Comments
 (0)