forked from fvdm/nodejs-piwik
-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
34 lines (34 loc) · 896 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
{
"author": "Franklin van de Meent <fr@nkl.in> (http://frankl.in/)",
"contributors": [
"James Butler <james.butler@sandfox.co.uk> (http://sandfox.co.uk/)",
"Fabian Becker <halfdan@xnorfz.de> (http://geekmonkey.org)",
"Hamza Waqas <hamzawaqas.programmer@gmail.com>"
],
"name": "piwik-client",
"keywords" : [
"piwik",
"api",
"analytics"
],
"description": "Access a Piwik API from node.js",
"version": "0.2.2",
"homepage": "https://github.com/sandfox/nodejs-piwik",
"bugs": "https://github.com/sandfox/nodejs-piwik/issues",
"repository": {
"type": "git",
"url": "git://github.com/sandfox/nodejs-piwik.git"
},
"directories" : {
"lib" : "lib"
},
"main": "lib/PiwikClient.js",
"dependencies": {},
"devDependencies": {
"coffee-script" : ">=1.6.0"
},
"optionalDependencies": {},
"engines": {
"node": ">=0.4.0"
}
}