UNPKG

721 BJSONView Raw
1{
2 "name": "cubesat",
3 "version": "0.6.106",
4 "os": [
5 "!win32"
6 ],
7 "description": "sat: cubesat utility and library",
8 "main": "src/cubesat.js",
9 "files": [
10 "src/cubesat.js",
11 "src/sat.js"
12 ],
13 "bin": {
14 "sat": "./src/sat.js"
15 },
16 "__scripts": {
17 "prepublish": "coffee -bc -o js coffee && ed -s js/sat.js <<< $'1i\n#!/usr/bin/env node\n.\nwq'",
18 "test": "echo \"Error: no test specified\" && exit 1"
19 },
20 "author": "Isaac Han <isaac@hi16.ca>",
21 "contributors": [
22 "Stu Pae <stu.pae@gmail.com>"
23 ],
24 "dependencies": {
25 "dotenv": "*",
26 "underscore2": "*"
27 },
28 "repository": {
29 "type": "git",
30 "url": "https://github.com/i4han/cubesat.git"
31 },
32 "license": "GPL-2.0"
33}