forked from mozilla/firehug
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.19 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.19 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
46
47
48
49
50
51
52
53
54
{
"name": "firehug",
"version": "1.0.1",
"repository": {
"type": "git",
"url": "https://github.com/fuzzyfox/firehug.git"
},
"bugs": {
"url": "https://github.com/fuzzyfox/firehug/issues"
},
"private": true,
"license": "MPL-2.0",
"scripts": {
"start": "node server.js",
"test": "grunt test",
"postinstall": "bower install && grunt build"
},
"keywords": [
"mozilla",
"schedule",
"festival",
"event"
],
"dependencies": {
"debug": "^2.1.1",
"express": "^4.8.7",
"google-spreadsheet": "^0.2.8",
"helmet": "^0.4.1",
"later": "^1.1.6",
"lodash": "^2.4.1",
"marked": "^0.3.2",
"moment": "^2.8.2",
"moment-timezone": "^0.2.2",
"morgan": "^1.3.0",
"nconf": "^0.6.9",
"nunjucks": "^1.0.7",
"redis": "^0.12.1",
"request": "^2.40.0",
"shortid": "^2.0.1"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-bump": "0.0.15",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-express-server": "^0.4.19",
"grunt-nunjucks": "^0.1.4",
"grunt-contrib-less": "^0.11.4",
"grunt-contrib-uglify": "^0.5.1"
},
"engines": {
"node": ">= 0.10"
}
}