-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.36 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.36 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": "simple-error-server",
"version": "1.0.2",
"author": {
"name": "Christo Fogelberg",
"email": "cfogelberg@gmail.com",
"url": "http://qualocus.wordpress.com"
},
"description": "A simple Node.js server for displaying error pages",
"private": true,
"repository": {
"type": "git",
"url": "git://github.com/cfogelberg/simple-error-server.git"
},
"bugs": {
"url": "https://github.com/cfogelberg/simpler-error-server/issues"
},
"licenses": [{
"type": "MIT",
"url": "https://github.com/cfogelberg/simple-error-server/blob/master/LICENSE-MIT"
}],
"devDependencies": {
"blanket": "^1.1",
"grunt": "^0.4",
"matchdep": "^0.3",
"underscore": "^1.6",
"grunt-contrib-clean": "^0.5",
"grunt-contrib-compress": "^0.10",
"grunt-contrib-copy": "^0.5",
"grunt-contrib-jshint": "^0.10",
"grunt-coveralls": "^0.3",
"grunt-mkdir": "^0.1",
"grunt-mocha-test": "^0.10",
"grunt-banner": "^0.2",
"grunt-git-describe": "^2.3",
"grunt-bump": "^0.0",
"grunt-set-app-mode": "^0.1",
"grunt-ssh": "^0.11",
"grunt-synchard": "^0.3",
"grunt-version-file": "^0.2",
"mocha-lcov-reporter": "^0.0",
"should": "^3.3",
"sinon": "^1.10",
"travis-cov": "^0.2"
},
"engines": {
"node": ">= 0.10.0"
},
"keywords": [
"grunt",
"nodejs",
"error-server"
]
}