forked from wikitree-website/wikitree
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
79 lines (79 loc) · 1.82 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
{
"name": "wikitree",
"version": "0.1.1",
"description": "A web-based research tool, a visual mapping companion for your Wikipedia wanderings.",
"dependencies": {
"bcrypt-nodejs": "0.0.3",
"bluebird": "2.9.x",
"body-parser": "1.10.x",
"chalk": "0.5.x",
"clean-css": "3.0.x",
"compression": "1.4.x",
"connect-flash": "0.1.x",
"cookie-parser": "1.3.x",
"del": "1.2.x",
"ejs": "1.0.x",
"express": "4.11.x",
"express-session": "1.10.x",
"glob": "4.3.x",
"helmet": "0.6.x",
"lodash": "3.8.x",
"method-override": "2.3.x",
"morgan": "1.5.x",
"nodemon": "1.3.x",
"passport": "0.2.x",
"passport-local": "1.0.x",
"serve-favicon": "2.2.x",
"uglify-js": "2.4.x",
"winston": "1.0.x"
},
"devDependencies": {
"bower": "1.4.x",
"event-stream": "^3.3.1",
"gulp": "3.8.x",
"gulp-clean": "0.3.x",
"gulp-clone": "^1.0.0",
"gulp-concat": "2.5.x",
"gulp-debug": "^2.0.1",
"gulp-minify-css": "^1.1.1",
"gulp-nodemon": "2.0.x",
"gulp-order": "1.1.x",
"gulp-rename": "1.2.x",
"gulp-sourcemaps": "^1.5.2",
"gulp-uglify": "1.2.x",
"gulp-watch": "4.2.x"
},
"main": "server/server.js",
"scripts": {
"start": "nodemon server/server.js",
"postinstall": "bower install"
},
"repository": {
"type": "git",
"url": "https://github.com/wikitree-website/wikitree.git"
},
"keywords": [
"Wikitree",
"Wikipedia",
"Tree",
"Graph",
"Network",
"Information",
"Data",
"Science",
"Visualization",
"Research",
"Learning",
"Productivity",
"Tool"
],
"engines": {
"node": "0.12.x"
},
"author": "Team Wikitree",
"license": "ISC",
"bugs": {
"url": "https://github.com/wikitree-website/wikitree/issues"
},
"homepage": "http://wikitree.website"
}