forked from shy2850/node-server
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.1 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.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
45
{
"name": "f2e-server",
"version": "1.4.8",
"description": "a nodejs based file-system-server with easy-template-engine and several F2E-utils",
"main": "node-server.js",
"dependencies": {
"mime": "*",
"underscore": ">=1.7.0",
"formidable": ">=1.0.15",
"uglify-js": ">=2.4.15",
"cssmin": ">=0.4.1",
"wfquery": "*"
},
"devDependencies": {
"jade":">=1.7.0",
"coffee-script": ">=1.8.0",
"less": "2.0.0",
"highlight":"0.2.3",
"psd":">=1.0.2",
"markdown":">=0.5.0",
"optipng-bin":">=2.0.4",
"jpegtran-bin":">=2.0.2"
},
"scripts": {
"start": "node node-server.js explorer http://localhost",
"lint": "eslint -c eslint.json *.js nodeLib/*/*.js --no-ignore"
},
"repository": {
"type": "git",
"url": "https://github.com/shy2850/node-server.git"
},
"keywords": [
"node-server"
],
"author": {
"name": "shy2850"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/shy2850/node-server/issues"
},
"homepage": "https://github.com/shy2850/node-server",
"readme": "README.md",
"readmeFilename": "README.md"
}