-
Notifications
You must be signed in to change notification settings - Fork 39
/
Copy pathpackage.json
executable file
·39 lines (39 loc) · 910 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
36
37
38
39
{
"name" : "pixel-tracker",
"version" : "0.0.5",
"description" : "a simple pixel tracker for node",
"main" : "index.js",
"bin" : {},
"directories" : {
"test" : "test"
},
"dependencies" : { },
"devDependencies" : {
"express": "~2.x.x",
"tap" : "~0.2.5"
},
"scripts" : {
"test" : "tap test/*.js"
},
"repository" : {
"type" : "git",
"url" : "git://github.com/tblobaum/pixel-tracker.git"
},
"homepage" : "https://github.com/tblobaum/pixel-tracker",
"keywords" : [
"pixel",
"tracker"
],
"author" : {
"name" : "Thomas Blobaum",
"email" : "tblobaum@gmail.com",
"url" : "https://github.com/tblobaum/"
},
"contributors": [
"Butu Kumar (https://github.com/butu5/)",
"eethann (https://github.com/eethann)",
"Noah H. Smith (https://github.com/noazark)",
"Qasim Zaidi (https://github.com/qzaidi)"
],
"license" : "MIT"
}