-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 875 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 875 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
{
"name": "carplate-map",
"version": "1.0.0",
"description": "Hello World!",
"main": "index-api.js",
"scripts": {
"test": "eslint src/server",
"start": "node start"
},
"repository": {
"type": "git",
"url": "git+https://github.com/geoworks/carplate-map.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/geoworks/carplate-map/issues"
},
"homepage": "https://github.com/geoworks/carplate-map#readme",
"dependencies": {
"babel-polyfill": "^6.7.4",
"babel-preset-es2015": "^6.6.0",
"babel-preset-stage-0": "^6.5.0",
"babel-register": "^6.7.2",
"body-parser": "^1.15.0",
"debug": "^2.2.0",
"eslint": "^2.5.3",
"eslint-config-airbnb": "^6.2.0",
"eslint-plugin-react": "^4.2.3",
"express": "^4.13.4",
"morgan": "^1.7.0",
"ws": "^1.1.0"
}
}