• This project
    • Loading...
  • Sign in

박찬수 / enjoy_soccer

%ea%b7%b8%eb%a6%bc1
Go to a project
Toggle navigation Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Snippets
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • enjoy_soccer
  • node_modules
  • tryparse
  • package.json
  • 박찬수's avatar
    all commit · 26435ca3
    26435ca3
    박찬수 authored 2022-06-09 03:43:23 +0900
package.json 409 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
{
  "name": "tryparse",
  "version": "0.0.2",
  "description": "TryParse allows you to test if a value is an integer, a float",
  "main": "index.js",
  "scripts": {
    "test": "tap ./test"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:MRdNk/TryParse.git"
  },
  "devDependencies": {
    "tap": "0.4.x"
  },
  "keywords": [
    "tryparse"
  ],
  "author": "mrdnk",
  "license": "MIT"
}