-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
43 lines (43 loc) · 892 Bytes
/
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
{
"name": "flashpacker-api",
"version": "1.0.0",
"description": "Flashpacker API",
"main": "index.js",
"scripts": {
"start": "node index.js",
"eslint": "eslint src",
"test": "test"
},
"author": "Flash packer",
"license": "MIT",
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-preset-node7": "^1.5.0",
"babel-register": "^6.24.1",
"bluebird": "^3.5.0",
"body-parser": "^1.17.1",
"cors": "^2.8.3",
"eslint": "^3.19.0",
"eslint-plugin-import": "^2.2.0",
"express": "^4.15.2",
"mongoose": "^4.9.6",
"ramda": "^0.23.0"
},
"engines": {
"node": "~7.4.0",
"npm": "4.0.5"
},
"babel": {
"presets": [
"node7"
]
},
"dependencies": {
"@google/maps": "^0.3.1",
"axios": "^0.16.1",
"bluebird": "^3.5.0",
"cheerio": "^0.22.0",
"request": "^2.81.0",
"rxjs": "^5.3.1"
}
}