-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1 KB
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
{
"name": "@oudyworks/framework",
"version": "1.0.6",
"description": "A framework to build robust API, and Web Apps",
"main": "lib/index.js",
"scripts": {
"transpile": "babel -d lib src"
},
"repository": {
"type": "git",
"url": "git+https://github.com/OudyWorks/framework.git"
},
"keywords": [
"framework",
"api",
"web",
"app"
],
"author": "Ayoub Oudmane <ayoub@oudmane.me>",
"license": "MIT",
"bugs": {
"url": "https://github.com/OudyWorks/framework/issues"
},
"homepage": "https://github.com/OudyWorks/framework#readme",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-es2015": "^6.24.1"
},
"dependencies": {
"cookie": "^0.3.1",
"cron": "^1.2.1",
"elasticsearch": "^13.3.1",
"lodash": "^4.17.4",
"mongodb": "^2.2.31",
"parse-multipart": "^1.0.4",
"qs": "^6.5.0",
"redis": "^2.8.0",
"ws": "^3.1.0"
},
"directories": {
"lib": "lib"
}
}