Skip to content
This repository was archived by the owner on Oct 21, 2024. It is now read-only.

Commit 8e5fb50

Browse files
update readme .gitignore and add license
1 parent ff5a43f commit 8e5fb50

File tree

4 files changed

+50
-16
lines changed

4 files changed

+50
-16
lines changed

.gitignore

Lines changed: 5 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,6 @@
1-
lib-cov
2-
*.seed
3-
*.log
4-
*.csv
5-
*.dat
6-
*.out
7-
*.pid
8-
*.gz
9-
10-
pids
11-
logs
12-
results
13-
1+
node_modules
142
npm-debug.log
3+
4+
.DS_Store
5+
*.swp
6+
*~

LICENSE

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
(The MIT License)
2+
3+
Copyright (c) 2013 App Press LLC
4+
5+
Permission is hereby granted, free of charge, to any person obtaining
6+
a copy of this software and associated documentation files (the
7+
'Software'), to deal in the Software without restriction, including
8+
without limitation the rights to use, copy, modify, merge, publish,
9+
distribute, sublicense, and/or sell copies of the Software, and to
10+
permit persons to whom the Software is furnished to do so, subject to
11+
the following conditions:
12+
13+
The above copyright notice and this permission notice shall be
14+
included in all copies or substantial portions of the Software.
15+
16+
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
17+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
18+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
19+
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
20+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
21+
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
22+
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
node-connect-datadog
2-
====================
1+
# node-connect-datadog
32

4-
Datadog middleware for Connect JS / Express
3+
Datadog middleware for Connect JS / Express
4+
5+
## License
6+
7+
View the [LICENSE](https://github.com/AppPress/node-connect-datadog/blob/master/LICENSE) file.

package.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"name": "connect-datadog",
3+
"version": "0.0.1",
4+
"description": "Datadog middleware for Connect JS / Express",
5+
"main": "index.js",
6+
"repository": {
7+
"type": "git",
8+
"url": "git://github.com/AppPress/node-connect-datadog.git"
9+
},
10+
"keywords": [
11+
"datadog",
12+
"middleware"
13+
],
14+
"author": "App Press",
15+
"license": "MIT",
16+
"readmeFilename": "README.md"
17+
}

0 commit comments

Comments
 (0)