-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
37 lines (37 loc) · 935 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": "ampersand-chart",
"version": "0.1.26",
"description": "Ampersand module for drawing a charts.",
"main": "ampersand-chart.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "[email protected]:helpdotcom/ampersand-chart"
},
"keywords": [
"ampersand",
"bar",
"line",
"area",
"chart"
],
"author": "Alexander Martin",
"license": "MIT",
"bugs": {
"url": "https://github.com/helpdotcom/ampersand-chart/issues"
},
"homepage": "https://github.com/helpdotcom/ampersand-chart",
"dependencies": {
"ampersand-calendar": "^0.1.0",
"ampersand-filter-tracker": "^0.1.2",
"ampersand-search-select": "^0.1.0",
"ampersand-state": "^4.4.4",
"ampersand-subcollection": "^2.0.1",
"ampersand-time-range": "^0.2.2",
"ampersand-view": "^7.2.0",
"d3": "^3.5.3",
"lodash": "^3.0.1"
}
}