-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
68 lines (68 loc) · 1.59 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
{
"name": "node-galerie",
"private": true,
"version": "0.0.7",
"description": "a gallery written in node, nothing more.",
"main": "server.js",
"directories": {
"test": "test"
},
"scripts": {
"install": "grunt build",
"test": "grunt test",
"start": "node start.js",
"blanket": {
"pattern": [
".test"
]
}
},
"repository": {
"type": "git",
"url": "https://github.com/cr0/node-galerie"
},
"keywords": [
"node",
"gallery",
"coffee"
],
"author": "Christian Roth <christian.roth@port17.de> (https://github.com/cr0)",
"license": "MIT",
"readmeFilename": "README.md",
"dependencies": {
"coffee-script": "1.6.x",
"grunt": "0.4.x",
"grunt-cli": "0.1.x",
"grunt-contrib-coffee": "0.7.x",
"grunt-contrib-clean": "0.5.x",
"source-map-support": "0.2.x",
"mongoose": "3.6.x",
"gravatar": "1.0.x",
"lodash": "1.3.x",
"mongoose-text-search": "0.0.x",
"gm": "1.11.x",
"async": "0.2.x",
"exif": "0.3.x",
"mongoose-lifecycle": "1.0.x",
"geocoder": "0.1.x",
"moment": "2.1.x",
"grunt-newer": "0.6.x",
"bower": "1.2.x",
"grunt-bower-requirejs": "0.8.x",
"grunt-contrib-copy": "0.5.x",
"grunt-modernizr": "0.5.x"
},
"devDependencies": {
"grunt-contrib-watch": "0.5.x",
"grunt-mocha-cov": "0.0.x",
"grunt-shell": "0.3.x",
"grunt-contrib-stylus": "0.6.x",
"grunt-contrib-jade": "0.7.x",
"mocha": "1.12.x",
"chai": "1.7.x",
"coffee-coverage": "0.1.x",
"nib": "0.9.x",
"stylus": "0.34.x",
"grunt-contrib-requirejs": "0.4.x"
}
}