-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
52 lines (52 loc) · 1.1 KB
/
package.json
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
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "ose",
"version": "0.1.13",
"author": "Jan Snasel <snaselj@gmail.com>",
"description": "Open Smart Environment framework",
"contributors": [
{
"name": "Jan Snasel",
"email": "snaselj@gmail.com"
},
{
"name": "Fred Rooks",
"email": "fred@fredrooks.com"
}
],
"main": "./lib/index",
"repository": {
"type": "git",
"url": "https://github.com/opensmartenvironment/ose.git"
},
"keywords": [
"open smart environment",
"library",
"framework"
],
"dependencies": {
"async": "^1.5.2",
"blob-stream": "^0.1.3",
"buffer": "^4.4.0",
"commander": "^2.9.0",
"diacritics": "^1.2.3",
"events": "^1.1.0",
"inherits": "^2.0.1",
"microtime": "^2.0.0",
"mkdirp": "^0.5.1",
"os-browserify": "^0.2.0",
"path": "^0.12.7",
"process": "^0.11.2",
"readable-stream": "^2.0.5",
"underscore": "^1.8.3",
"underscore.string": "^3.2.3",
"util": "^0.10.3",
"ws": "^1.0.1"
},
"scripts": {
"postinstall": "depends/get"
},
"license": "GPL-3.0+",
"engines": {
"node": ">=0.12"
}
}