forked from tblobaum/pixel-tracker
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
executable file
·40 lines (40 loc) · 988 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
40
{
"name" : "node-pixel-tracker",
"version" : "0.1.0",
"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/mfahlandt/node-pixel-tracker.git"
},
"homepage" : "https://github.com/mfahlandt/node-pixel-tracker",
"keywords" : [
"pixel",
"tracker"
],
"author" : {
"name" : "Mario Fahlandt",
"email" : "mfahlandt@pixel-haufen.de",
"url" : "https://github.com/mfahlandt/"
},
"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)",
"Thomas Blobaum (https://github.com/tblobaum/)"
],
"license" : "MIT"
}