Skip to content
This repository has been archived by the owner on Mar 13, 2018. It is now read-only.

Commit

Permalink
Add a node package definition.
Browse files Browse the repository at this point in the history
  • Loading branch information
ajo committed Oct 29, 2014
1 parent 89c2639 commit e8a3c76
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"name": "polymer-context-free-parser",
"version": "1.0.0",

This comment has been minimized.

Copy link
@addyosmani

addyosmani Oct 29, 2014

Contributor

Should be 0.4.2. Don't reset the version number here: https://github.com/Polymer/context-free-parser/releases

"description": "context-free-parser ===================",

This comment has been minimized.

Copy link
@addyosmani

addyosmani Oct 29, 2014

Contributor

"context-free-parser scrapes source documentation data from input text or url."?

"main": "context-free-parser.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"

This comment has been minimized.

Copy link
@addyosmani

addyosmani Oct 29, 2014

Contributor

If unused, just drop the scripts portion from here.

},
"repository": {
"type": "git",
"url": "ssh://[email protected]/Polymer/context-free-parser.git"
},
"author": "",

This comment has been minimized.

Copy link
@addyosmani

addyosmani Oct 29, 2014

Contributor

author: The Polymer Authors

"license": "BSD",
"bugs": {
"url": "https://github.com/Polymer/context-free-parser/issues"
},
"homepage": "https://github.com/Polymer/context-free-parser"
}

0 comments on commit e8a3c76

Please sign in to comment.