-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
40 lines (40 loc) · 1.03 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
{
"name": "jplist",
"version": "0.0.3",
"private": false,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"express": "~4.2.0",
"static-favicon": "~1.0.0",
"morgan": "~1.0.0",
"cookie-parser": "~1.0.1",
"body-parser": "~1.0.0",
"debug": "~0.7.4",
"jade": "~1.3.0",
"less-middleware": "1.0.x",
"bliss": "*",
"mysql": "*",
"underscore": "*"
},
"db": {
"host": "127.0.0.1",
"user": "root",
"password": "",
"database": "jplist_node"
},
"author": {
"name": "Miriam Zusin",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "https://github.com/no81no/jplist/tree/master/nodejs-express"
},
"bugs": {
"url": "https://github.com/no81no/jplist/issues",
"homepage": "http://jplist.com",
"description": "jPList - jQuery Data Grid Controls is a flexible jQuery plugin for sorting, pagination and filtering of any HTML structure (DIVs, UL/LI, tables, etc)"
}
}