UNPKG

536 BJSONView Raw
1{
2 "name": "lightsaber",
3 "version": "0.0.2",
4 "description": "Lightweight utilities for Node.js or browser, written in coffeescript",
5 "main": "index.js",
6 "scripts": {
7 },
8 "author": "Harlan T Wood",
9 "license": "ISC",
10 "dependencies": {
11 "coffee-script": "^1.7.1",
12 "amdefine": "^0.1.0"
13 },
14 "repository": {
15 "type": "git",
16 "url": "https://github.com/harlantwood/light.git"
17 },
18 "keywords": [
19 "log", "typeof", "collection"
20 ],
21 "bugs": {
22 "url": "https://github.com/harlantwood/light/issues"
23 }
24}