{ "name": "lib-ics", "version": "0.0.1", "description": "Node implementation of RFC 5545 generation and parsing", "main": "./dist/main.js", "typings": "lib/index", "files": [ "dist/" ], "scripts": { "test": "mocha -R nyan -r ts-node/register test/**/*.spec.ts", "lint": "tslint -r tslint.json src/**/*.ts" }, "repository": { "type": "git", "url": "git@git.gmu.edu:srct/lib-ics.git" }, "author": "Mark Stenglein", "license": "MIT", "devDependencies": { "@types/chai": "^3.4.35", "@types/mocha": "^2.2.39", "@types/moment-timezone": "^0.2.34", "@types/sinon": "^1.16.35", "chai": "^3.5.0", "mocha": "^3.2.0", "sinon": "^1.17.7", "ts-node": "^2.1.0", "tslint": "^4.4.2", "typescript": "^2.1.6" }, "dependencies": {} }