-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy pathpackage.json
executable file
·67 lines (67 loc) · 1.6 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
{
"name": "pastvu",
"version": "1.0.1",
"description": "Retrospective topography of media content",
"homepage": "https://github.com/klimashkin/pastvu",
"keywords": ["oldmos", "pastvu"],
"private": true,
"author": {
"name": "Paul Klimashkin",
"email": "klimashkin@gmail.com"
},
"repository": {
"type": "git",
"url": "git@github.com:klimashkin/pastvu.git"
},
"bugs": {
"url": "https://github.com/klimashkin/pastvu/issues",
"email": "klimashkin@gmail.com"
},
"main": "app.js",
"scripts": {
"start": "node app.js"
},
"dependencies": {
"express": "~3.4.8",
"jade": "~1.1.4",
"mongoose": "3.8.3",
"async": "~0.2.9",
"mkdirp": "~0.3.5",
"lodash": "~2.4.1",
"underscore.string": "~2.3.3",
"ms": "0.6.2",
"moment": "~2.5.0",
"bcrypt": "~0.7.7",
"step": "",
"socket.io": "~0.9.16",
"nodemailer": "~0.6.0",
"ua-parser-js": "~0.6.2",
"optimist": "~0.6.0",
"log4js": "~0.6.9",
"formidable": "1.0.14",
"imagemagick": ">=0.1.3",
"gm": "~1.14.2"
},
"devDependencies": {
"nodemon": "~1.0.12",
"requirejs": "~2.1.10",
"less-middleware": "0.1.14",
"less": "~1.6.1",
"grunt": "~0.4.2",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-copy": "~0.5.0",
"grunt-contrib-jade": "~0.9.1",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-compress": "~0.6.0",
"grunt-contrib-requirejs": "~0.4.1",
"grunt-mkdir": "~0.1.1",
"grunt-rename": "~0.1.3",
"grunt-exec": "~0.4.3",
"jqueryui-amd": "~0.0.2",
"xmldom": "~0.1.18",
"osm-and-geojson": "~0.1.1"
},
"engines": {
"node": "~0.10.22"
}
}