-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 795 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 795 Bytes
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
{
"name": "errorface",
"version": "0.1.2",
"description": "Shows a styled error page while developing your app.",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git://github.com/jgable/errorface.git"
},
"keywords": [
"debug",
"errors",
"debugging",
"development"
],
"author": "Jacob Gable <jacob.gable@gmail.com>",
"contributors": [
{
"name": "Boris Filipov",
"email": "obiwonn@gmail.com"
}
],
"license": "MIT",
"dependencies": {
"coffee-script": "~1.3.3",
"jade": "~0.27.5",
"mustache": "~0.7.0",
"highlight.js": "~7.2.0"
},
"devDependencies": {
"mocha": "~1.6.0",
"should": "~1.2.0",
"request": "~2.11.4",
"express": "~3.0.0rc4"
}
}