|
Last change
on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 12 days ago |
|
Fix frontend appearance
|
-
Property mode
set to
100644
|
|
File size:
470 bytes
|
| Line | |
|---|
| 1 | {
|
|---|
| 2 | "name": "batch",
|
|---|
| 3 | "description": "Simple async batch with concurrency control and progress reporting.",
|
|---|
| 4 | "version": "0.6.1",
|
|---|
| 5 | "author": "TJ Holowaychuk <tj@vision-media.ca>",
|
|---|
| 6 | "license": "MIT",
|
|---|
| 7 | "devDependencies": {
|
|---|
| 8 | "mocha": "*",
|
|---|
| 9 | "should": "*"
|
|---|
| 10 | },
|
|---|
| 11 | "main": "index",
|
|---|
| 12 | "browser": {
|
|---|
| 13 | "emitter": "events"
|
|---|
| 14 | },
|
|---|
| 15 | "repository": {
|
|---|
| 16 | "type": "git",
|
|---|
| 17 | "url": "https://github.com/visionmedia/batch.git"
|
|---|
| 18 | }
|
|---|
| 19 | }
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.