Skip to content

Add a package.json npm manifest to root #75

@wkonderla

Description

@wkonderla

Basically something like:

{
"name" : "validity",
"version" : "1.4.6",
"author" : "whatgoodisaroad",
"description" : "Custom Client-Side Validation with jQuery",
"homepage" : "https://github.com/whatgoodisaroad/validity",
"license" : "Public Domain",
"keywords" : ["validity", "client", "jquery"],
"repository" : {
"type": "git",
"url": "git://github.com/whatgoodisaroad/validity.git"
},
"main" : "./build/jquery.validity.js",
"files" : ["build/*", "README.md"]
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions