Skip to content

Commit cc7f66e

Browse files
committed
Merge pull request #1 from petetnt/petetnt/umd-wrapper
Create UMD-style wrapper for PathUtils and add a package.json
2 parents 08dba4f + 6f466d6 commit cc7f66e

File tree

3 files changed

+278
-237
lines changed

3 files changed

+278
-237
lines changed

package.json

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
{
2+
"name": "jblas-path-utils",
3+
"version": "0.0.2",
4+
"description": "Utilities for Parsing Paths and URLs",
5+
"main": "path-utils.js",
6+
"directories": {
7+
"test": "tests"
8+
},
9+
"scripts": {
10+
"test": "start tests/parse.html"
11+
},
12+
"repository": {
13+
"type": "git",
14+
"url": "git+https://github.com/jblas/path-utils.git"
15+
},
16+
"keywords": [
17+
"path",
18+
"url",
19+
"util"
20+
],
21+
"author": "jblas",
22+
"license": "BSD-3-Clause",
23+
"bugs": {
24+
"url": "https://github.com/jblas/path-utils/issues"
25+
},
26+
"homepage": "https://github.com/jblas/path-utils#readme"
27+
}

0 commit comments

Comments
 (0)