2018-03-28 14:18:17 -05:00

15 lines
336 B
JSON

{
"name": "projector",
"version": "2.1.0",
"description": "A DOM-abstraction communicator",
"main": "src/index.js",
"files": ["src"],
"scripts": {},
"keywords": ["router"],
"author": "Timothy Farrell <tim@thecookiejar.me> (https://github.com/explorigin)",
"license": "Apache-2.0",
"dependencies": {
"trimkit": "^1.1.0"
}
}