-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.28 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
{
"name": "wordpress-identifier",
"version": "1.0.0",
"description": "Simple program based on node BE and angular FE",
"scripts": {
"dev": " NODE_ENV=development nodemon app.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Filip Malek",
"license": "MIT",
"dependencies": {
"apiai": "^4.0.3",
"babel-eslint": "^8.0.0",
"bluebird": "^3.5.0",
"body-parser": "~1.16.0",
"chai": "^3.5.0",
"chai-as-promised": "^6.0.0",
"chai-http": "^3.0.0",
"co": "^4.6.0",
"cookie-parser": "~1.4.3",
"cors": "^2.8.4",
"debug": "~2.6.0",
"dotenv": "^5.0.0",
"eslint": "^4.6.1",
"eslint-config-standard": "^10.2.1",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-node": "^5.1.1",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-standard": "^3.0.1",
"express": "~4.14.1",
"google-search": "0.0.5",
"lodash": "^4.17.4",
"log": "1.4.0",
"mocha": "^3.5.3",
"moment": "^2.18.1",
"mongoose": "^4.11.11",
"morgan": "~1.7.0",
"node-env-file": "^0.1.8",
"nodemon": "^1.12.0",
"opbeat": "4.16.0",
"q": "^1.5.0",
"request": "^2.81.0",
"request-promise": "^4.2.2",
"request-promise-native": "^1.0.4",
"serve-favicon": "~2.3.2",
"uuid": "^3.1.0"
}
}