forked from mixpanel/mixpanel-js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 886 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
{
"name": "mixpanel-browser",
"version": "2.8.1",
"description": "The official Mixpanel JavaScript browser client library",
"main": "build/mixpanel.cjs.js",
"directories": {
"test": "tests"
},
"scripts": {
"build": "./build.sh",
"start": "pushd examples; python -m SimpleHTTPServer; popd",
"test": "echo 'Browse to localhost:3000/tests' && node testServer.js"
},
"repository": {
"type": "git",
"url": "https://github.com/mixpanel/mixpanel-js.git"
},
"author": "",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/mixpanel/mixpanel-js/issues"
},
"homepage": "https://github.com/mixpanel/mixpanel-js",
"devDependencies": {
"babelify": "^6.1.2",
"browserify": "^10.2.4",
"cookie-parser": "^1.3.4",
"express": "^4.12.2",
"morgan": "^1.5.2",
"rollup": "^0.16.4",
"webpack": "^1.12.2"
}
}