Skip to content
This repository has been archived by the owner on Jul 19, 2023. It is now read-only.

Commit

Permalink
init project
Browse files Browse the repository at this point in the history
  • Loading branch information
vunb committed Dec 8, 2016
1 parent 5223373 commit 1c51d61
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 0 deletions.
Empty file added lib/index.js
Empty file.
31 changes: 31 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"name": "happi",
"version": "0.9.1",
"description": "Happi-based Web API Framework",
"main": "lib/index.js",
"scripts": {
"test": "node test/start.js | tap-spec"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nodevn/happi.git"
},
"keywords": [
"happi",
"web-api",
"framework",
"api",
"generate"
],
"author": "Vunb",
"license": "MIT",
"bugs": {
"url": "https://github.com/nodevn/happi/issues"
},
"homepage": "https://github.com/nodevn/happi#readme",
"devDependencies": {
"supertest": "^2.0.1",
"tap-spec": "^4.1.1",
"tape": "^4.6.3"
}
}

0 comments on commit 1c51d61

Please sign in to comment.