-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
44 lines (44 loc) · 1.07 KB
/
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
41
42
43
44
{
"name": "mixpanel-cli",
"version": "1.0.3",
"author": "Francois-Guillaume Ribreau <npm@fgribreau.com> (http://fgribreau.com/)",
"engines": {
"node": "6"
},
"scripts": {
"start": "./mixpanel",
"update": "updtr",
"changelog": "conventional-changelog -i CHANGELOG.md -s -r 0",
"changelog-git": "npm run changelog && git add CHANGELOG.md && git commit -m 'docs(changelog): updated' && git push origin master"
},
"bin": {
"mixpanel": "./mixpanel"
},
"main": "mixpanel-cli.js",
"repository": {
"type": "git",
"url": "git://github.com/fgribreau/mixpanel-cli.git"
},
"bugs": {
"url": "https://github.com/fgribreau/mixpanel-cli/issues"
},
"homepage": "https://github.com/fgribreau/mixpanel-cli",
"keywords": [
"mixpanel",
"cli",
"mp",
"import",
"profile"
],
"devDependencies": {
"conventional-changelog": "^1.1.0",
"conventional-changelog-cli": "^1.2.0",
"updtr": "^0.2.1"
},
"dependencies": {
"lodash": "^4.16.4",
"mixpanel": "^0.5.0",
"yargs": "^6.3.0"
},
"license": "MIT"
}