-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
134 lines (134 loc) · 2.75 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
{
"name": "node-atlas",
"preferGlobal": true,
"version": "2.0.8",
"author": {
"name": "Bruno J. S. Lesieur",
"email": "[email protected]"
},
"scripts": {
"test": "node ./node_modules/mocha/bin/mocha"
},
"description": "Progressive realtime web framework config-driven or API-driven for building easily serverless files, websites and webapps component-based and service-oriented.",
"private": false,
"contributors": [
{
"name": "Alban Allée",
"email": "[email protected]"
},
{
"name": "Jérôme Macé",
"email": "[email protected]"
},
{
"name": "Pierre Ammeloot",
"email": "[email protected]"
},
{
"name": "Tommy Pater",
"email": "[email protected]"
}
],
"bin": {
"atlas": "./bin/node-atlas.js",
"node-atlas": "./bin/node-atlas.js",
"nodeatlas": "./bin/node-atlas.js"
},
"repository": {
"type": "git",
"url": "https://github.com/NodeAtlas/node-atlas.git"
},
"homepage": "https://node-atlas.js.org/",
"keywords": [
"node",
"atlas",
"nodeatlas",
"progressive",
"realtime",
"web framework",
"web application",
"mvc2",
"isomorphism",
"website",
"webapp",
"api",
"rest",
"view",
"controller",
"model",
"mvc",
"i18n",
"internationalization",
"l10n",
"localization",
"templating",
"serverless",
"less",
"stylus",
"pug",
"bundle",
"template",
"server dom",
"url rewriting",
"route",
"cms",
"blog",
"express",
"socket.io",
"service-oriented",
"component-based",
"config-driven",
"api-driven",
"french"
],
"license": "GPL-2.0",
"bugs": {
"url": "https://github.com/NodeAtlas/node-atlas/issues"
},
"devDependencies": {
"chai": "4.2.x",
"mocha": "9.0.x",
"request": "2.88.x"
},
"dependencies": {
"async": "2.6.x",
"autoprefixer-stylus": "0.14.x",
"body-parser": "1.18.x",
"clean-css": "4.2.x",
"commander": "2.19.x",
"compression": "1.7.x",
"cookie-parser": "1.4.x",
"copy-dir": "0.4.x",
"css-parse": "2.0.x",
"ejs": "2.6.x",
"express": "4.16.x",
"express-session": "1.15.x",
"extend": "3.0.x",
"jsdom": "12.2.x",
"less": "3.8.x",
"less-middleware": "3.0.x",
"less-plugin-autoprefix": "2.0.x",
"mkpath": "1.0.x",
"opn": "5.4.x",
"pug": "3.0.x",
"socket.io": "2.4.x",
"stylus": "0.54.x",
"uglify-es": "3.3.x"
},
"files": [
"languages/*",
"lib/*",
"src/*",
"templates/*",
"test/test.js",
"bin/node-atlas.js",
"LICENSE",
"README.md",
"CHANGELOG.md",
"index.js"
],
"engines": {
"node": ">=4.0.0"
},
"readmeFilename": "README.md"
}