This commit is contained in:
Typicode
2014-03-26 14:00:50 +01:00
parent e3bcd755f8
commit ef1cf9b2e6

View File

@ -1,6 +1,6 @@
{ {
"name": "json-server", "name": "json-server",
"version": "0.2.0", "version": "0.3.0",
"description": "Serves JSON files through REST routes.", "description": "Serves JSON files through REST routes.",
"main": "./src/server.js", "main": "./src/server.js",
"bin": "./bin/index.js", "bin": "./bin/index.js",
@ -44,7 +44,8 @@
"testing", "testing",
"rest", "rest",
"data", "data",
"dummy" "dummy",
"sandbox"
], ],
"author": "Typicode <typicode@gmail.com>", "author": "Typicode <typicode@gmail.com>",
"license": "MIT", "license": "MIT",