forked from crookedneighbor/amplitude
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 850 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
{
"name": "amplitude",
"version": "1.0.6",
"description": "A node wrapper for Amplitude analytics http api",
"author": "Blade Barringer <[email protected]>",
"scripts": {
"compile": "node_modules/.bin/gulp",
"prepublish": "npm run compile",
"test": "mocha"
},
"main": "lib/amplitude.js",
"repository": {
"type": "git",
"url": "https://github.com/crookedneighbor/amplitude"
},
"bugs": {
"url": "https://github.com/crookedneighbor/amplitude/issues"
},
"keywords": [
"analytics",
"amplitude"
],
"dependencies": {
"superagent": "^1.2.0"
},
"devDependencies": {
"babel": "^5.6.4",
"chai": "^3.0.0",
"gulp": "^3.9.0",
"gulp-babel": "^5.1.0",
"mocha": "^2.2.5",
"nock": "^2.6.0",
"sinon": "^1.15.3",
"sinon-chai": "^2.8.0"
},
"license": "ISC"
}