Add new package.json
package.json
0 → 100644
{ | ||
"name": "lib-ics", | ||
"version": "0.0.1", | ||
"description": "Node implementation of RFC 5545 generation and parsing", | ||
"main": "./dist/main.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git@git.gmu.edu:srct/lib-ics.git" | ||
}, | ||
"author": "Mark Stenglein", | ||
"license": "MIT" | ||
} |
Please register or sign in to comment