forked from smartdevicelink/sdl_server
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.25 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
53
{
"name": "sdl_server",
"version": "1.0.0",
"author": "Livio",
"bugs": {
"url": "https://github.com/smartdevicelink/sdl_server/issues"
},
"contributors": [
{
"name": "Scott Smereka",
"email": "[email protected]"
}
],
"devDependencies": {
"codecov.io": "0.0.8",
"istanbul": "^0.3.5",
"mocha": "^2.1.0",
"should": "^4.6.5",
"supertest": "^0.15.0"
},
"dependencies": {
"body-parser": "^1.9.2",
"bower": "^1.3.12",
"bunyan": "^1.5.1",
"bunyan-pretty-stream": "^1.0.1",
"compression": "^1.4.1",
"crave": "^0.0.16",
"express": "^4.10.1",
"jade": "^1.11.0",
"lodash": "^4.6.1"
},
"description": "SmartDeviceLink (SDL) server handles authentication, data collection, and basic configurations for SDL connected vehicles.",
"engines": {
"node": ">= 4.3.0"
},
"homepage": "http://www.smartdevicelink.org",
"keywords": [
"SmartDeviceLink",
"SDL"
],
"license": "BSD-3-Clause",
"main": "index.js",
"private": false,
"repository": {
"type": "git",
"url": "https://github.com/smartdevicelink/sdl_server"
},
"scripts": {
"start": "node index.js",
"test": "mocha",
"postinstall": "node ./node_modules/bower/bin/bower install --allow-root"
}
}