forked from DMNSWT/SOSGui
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 893 Bytes
/
Copy pathpackage.json
File metadata and controls
40 lines (40 loc) · 893 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "science-on-sphere",
"version": "0.0.7",
"description": "A Command and Control interface for Science on a Sphere by NOAA",
"main": "index.js",
"dependencies": {
"sendmail": "~0.2.0",
"dispatch": "~0.2.0",
"async": "~0.2.10",
"quip": "~0.1.2",
"nib": "~1.0.2",
"stylus": "~0.42.2",
"swig": "~1.3.2",
"socket.io": "~0.9.16",
"connect": "~2.13.0",
"levelplus": "0.0.5",
"level-multiply": "0.0.1",
"bytewise": "~0.7.0",
"level-sublevel": "~5.2.0",
"levelup": "~0.18.3",
"leveldown": "~0.10.2",
"node-uuid": "~1.4.1",
"chokidar": "~0.8.2",
"iniparser": "~1.0.5"
},
"devDependencies": {},
"scripts": {
"test": "npm test"
},
"keywords": [
"SOS",
"NOAA",
"Science",
"on",
"a",
"Sphere"
],
"author": "Drew Strickland <andrew.flagship@gmail.com>",
"license": "MIT"
}