Skip to content

Commit

Permalink
Wrapped PathUtils into a UMD wrapper, generated package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
petetnt committed Dec 21, 2015
1 parent 08dba4f commit 6f466d6
Show file tree
Hide file tree
Showing 3 changed files with 278 additions and 237 deletions.
27 changes: 27 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"name": "jblas-path-utils",
"version": "0.0.2",
"description": "Utilities for Parsing Paths and URLs",
"main": "path-utils.js",
"directories": {
"test": "tests"
},
"scripts": {
"test": "start tests/parse.html"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jblas/path-utils.git"
},
"keywords": [
"path",
"url",
"util"
],
"author": "jblas",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/jblas/path-utils/issues"
},
"homepage": "https://github.com/jblas/path-utils#readme"
}
Loading

0 comments on commit 6f466d6

Please sign in to comment.