-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
50 lines (50 loc) · 988 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
44
45
46
47
48
49
50
{
"name": "flickerjs",
"version": "2.0.7",
"description": "Super fast and simple web framework for node.js (v6.0.0)",
"main": "index.js",
"scripts": {
"test": "mocha --reporter spec --timeout 5000"
},
"author": "Flicker Studio",
"repository": {
"type": "git",
"url": "https://github.com/flickerstudio/flickerjs.git"
},
"license": "MIT",
"engines": {
"node": ">=6.0.0"
},
"keywords": [
"flicker",
"flickerjs",
"server",
"framework",
"http",
"web",
"rest",
"node",
"router",
"middleware",
"fast",
"js",
"nodejs",
"api"
],
"dependencies": {
"body-parser": "^1.15.0",
"colors": "^1.1.2",
"compression": "^1.6.1",
"consolidate": "^0.14.1",
"cookie-parser": "^1.4.1",
"morgan": "^1.7.0",
"flicker-easy": "latest",
"pug": "latest"
},
"devDependencies": {
"chai": "^4.0.1",
"mocha": "^3.0.0",
"should": "^11.0.0",
"supertest": "^3.0.0"
}
}