-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 786 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 786 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
36
{
"dependencies": {
"assert": "^1.1.2",
"body-parser": "~1.8.1",
"child-process-promise": "~1.1.0",
"cookie-parser": "~1.3.3",
"cors": "^2.5.2",
"debug": "^2.1.0",
"del": "^3.0.0",
"dotenv": "^8.2.0",
"escape-string-regexp": "^1.0.5",
"express": "~4.17.3",
"jsonwebtoken": "^7.2.1",
"mkdirp": "^0.5.1",
"monk": "^3.1.3",
"morgan": "~1.3.0",
"request": "^2.79.0",
"scmp": "^2.0.0",
"wordpress": "^1.0.0"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-jshint": "^0.11.3",
"grunt-mocha-test": "^0.12.7",
"mocha": "^1.20.0"
},
"engine-strict": {
"node": ">=6.6."
},
"name": "owl-api",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"version": "0.0.0"
}