-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 854 Bytes
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 854 Bytes
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
{
"name": "bigmouse",
"version": "0.0.2",
"description": "Bringing Big Data To Your Mouse",
"author": "Zuri Pabon (@tsurshaddai)<zurisadai.pabon@gmail.com>",
"license": "MIT",
"main": "dist/bundle.js",
"scripts": {
"test": "tape test/index.js",
"build": "webpack --config webpack.config.js",
"prepublish": "npm run build"
},
"dependencies": {},
"devDependencies": {
"babel-core": "^6.9.1",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.9.0",
"tape": "^3.0.3",
"webpack": "^1.13.1"
},
"repository": {
"type": "git",
"url": "https://github.com/big-mouse/core"
},
"bugs": {
"url": "https://github.com/big-mouse/core/issues"
},
"homepage": "https://big-mouse.github.io/examples",
"keywords": [
"big",
"data",
"mouse",
"visualizations",
"charting"
]
}