-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
64 lines (64 loc) · 1.79 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
{
"name": "elegant",
"version": "0.9.9",
"description": "Open Source, Clean and Flexible NodeJs Web Framework With Beautiful Code, Easy to Learn And All the Power of Node",
"main": "index.js",
"dependencies": {
"clone": "~0.1.11",
"clean-css": "~2.0.4",
"commander-plus": "~0.0.6",
"crc": "~0.2.1",
"elegant-config": "~0.9.0",
"elegant-controller": "~0.9.0",
"elegant-error": "~0.9.0",
"elegant-file": "~0.9.0",
"elegant-interceptor": "~0.9.0",
"elegant-mysql": "~0.9.0",
"elegant-redirect": "~0.9.0",
"elegant-response-data": "~0.9.0",
"elegant-view": "~0.9.0",
"elegant-sync": "~0.9.0",
"extend": ">=2.0.2",
"mysql": ">=2.14.0",
"html-minifier": "~0.5.4",
"mkdirp": "~0.3.5",
"ncp": "~0.4.2",
"node-static": "~0.7.3",
"require-all": "~0.0.8",
"nodemailer": "~0.6.1",
"session-manager": "~0.1.0",
"swig": "~1.0.0",
"trimmer": "~0.0.3",
"uglify-js": "~2.4.8"
},
"devDependencies": {},
"scripts": {
"test": "start index.js"
},
"repository": {
"type": "git",
"url": "https://github.com/digital-flowers/elegant.git"
},
"keywords": [
"framework",
"web",
"nodejs",
"elegant",
"opensource"
],
"author": "getelegant.com",
"license": "GPL Version 3",
"bugs": {
"url": "https://github.com/digital-flowers/elegant/issues"
},
"bin": {
"elegant": "./bin/elegant.js"
},
"readmeFilename": "README.md",
"homepage": "http://getelegant.com/",
"_id": "[email protected]",
"dist": {
"shasum": "012f6922a116c76b1761cc08648975acf307d724"
},
"_from": "elegant"
}