Skip to content

Commit

Permalink
framework labeled as 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomohito Nakayama committed Mar 28, 2016
1 parent 4ad8244 commit cd021ed
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# json.filed
library for deferred processing of JSON file
Framework for deferred processing of JSON file

## Use case
+ what
Expand All @@ -11,7 +11,7 @@ library for deferred processing of JSON file
+ Applications needs to store data, but DBMS is not the case.
+ Server handling JSON
+ Scripts handling JSON files on a node
+ Handle JSON from several sources
+ Handle JSON from several sources
+ JSON from file
+ JSON from url
+ JSON from listened event
Expand Down
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
{
"name": "json.filed",
"version": "0.0.29",
"description": "library for deferred processing of JSON file",
"version": "0.1.0",
"description": "framework for deferred processing of JSON file",
"main": "index.js",
"files": ["index.js"],
"keywords": [
"file",
"json",
"deferred processing"
"deferred processing",
"framework"
],
"author": "Tomohito Nakayama <[email protected]>",
"license": "BSD-3-Clause",
Expand Down

0 comments on commit cd021ed

Please sign in to comment.