forked from h5bp/server-configs-apache
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 823 Bytes
/
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
{
"author": "The H5BP Team",
"bugs": {
"url": "https://github.com/h5bp/server-configs-apache/issues"
},
"description": "Boilerplate configurations for the Apache HTTP server",
"devDependencies": {
"@alrra/travis-scripts": "^1.1.1",
"mocha": "^2.1.0"
},
"files": [
"dist"
],
"homepage": "https://github.com/h5bp/server-configs-apache",
"keywords": [
"apache",
"boilerplate",
"configs",
"configurations",
"h5bp",
"server",
"template"
],
"license": "MIT",
"name": "apache-server-configs",
"repository": {
"type": "git",
"url": "https://github.com/h5bp/server-configs-apache"
},
"scripts": {
"build": "bin/build/build.sh",
"test": "npm run build && mocha --reporter spec --timeout 5000 test/test_suite.js"
},
"version": "2.14.0"
}