-
Notifications
You must be signed in to change notification settings - Fork 938
/
package.json
145 lines (145 loc) · 5.61 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
{
"name": "rickshaw",
"version": "1.7.1",
"homepage": "https://shutterstock.github.io/rickshaw/",
"dependencies": {
"d3": "^3.5.16"
},
"repository": {
"type": "git",
"url": "git://github.com/shutterstock/rickshaw.git"
},
"bugs": {
"url": "https://github.com/shutterstock/rickshaw/issues"
},
"keywords": [
"charts",
"d3",
"graph",
"rickshaw",
"svg"
],
"license": "MIT",
"main": "./rickshaw",
"engines": {
"node": ">= 4.0.0"
},
"devDependencies": {
"clean-css-cli": "^4.3.0",
"coveralls": "^2.11.9",
"istanbul": "^0.4.3",
"jquery": "^3.2.1",
"jsdom": "^8.1.0",
"jshint": "^2.9.5",
"nodemon": "^1.11.0",
"nodeunit": "^0.9.1",
"sinon": "^2.3.8",
"uglify-js": "^2.8.29"
},
"scripts": {
"build": "make clean && make",
"examples": "open examples/index.html",
"lint": "jshint src/js/*",
"test": "make && nodeunit tests",
"watch": "nodemon --watch src --exec make rickshaw.js",
"coverage": "istanbul cover nodeunit tests --reporter=lcov",
"coveralls": "cat ./coverage/lcov.info | coveralls",
"preversion:src": "sed \"s/version: '[^,]*'/version: '$npm_package_version'/\" src/js/Rickshaw.js > output && mv output src/js/Rickshaw.js",
"preversion:bower": "sed 's/\"version\": \"[^,]*\"/\"version\": \"'$npm_package_version'\"/' bower.json > output && mv output bower.json",
"version": "npm run preversion:src && npm run preversion:bower && make clean && make && npm test && git add -A src bower.json rickshaw.js rickshaw.min.js rickshaw.css rickshaw.min.css",
"doctoc": "doctoc --title='## Table of Contents' --github README.md"
},
"description": " JavaScript toolkit for creating interactive real-time graphs",
"contributors": [
"David Chester <[email protected]>",
"cesine <[email protected]>",
"Richard Littauer <[email protected]>",
"Robert Buchholz <[email protected]>",
"Thomas Yip <[email protected]>",
"Silas Sewell <[email protected]>",
"Martin Häcker <[email protected]>",
"Wil Moore III <[email protected]>",
"Travis Beck <[email protected]>",
"JJ <[email protected]>",
"Thomas Deatherage <[email protected]>",
"Sam Graham <[email protected]>",
"Christopher Chambers <[email protected]>",
"Di Wu <[email protected]>",
"Trygve Vea <[email protected]>",
"Chris Chua <[email protected]>",
"Mike Atlas <[email protected]>",
"Alex Williams <[email protected]>",
"Bradford Folkens <[email protected]>",
"Callum Jones <[email protected]>",
"Doa Jafri <[email protected]>",
"Douglas Hunter <[email protected]>",
"Eleanor <[email protected]>",
"Greg Bacchus <[email protected]>",
"Jay <[email protected]>",
"Katie McLaughlin <[email protected]>",
"Luke Mawbey <[email protected]>",
"Michael Phan-Ba <[email protected]>",
"Romain Delamare <[email protected]>",
"Rowan Chakoumakos <[email protected]>",
"Thomas Lackemann <[email protected]>",
"bhashit parikh <[email protected]>",
"msand <[email protected]>",
"rojotek <[email protected]>",
"funvit <[email protected]>",
"Marcos Prieto <[email protected]>",
"Mark Derbecker <[email protected]>",
"Fernando Jorge Mota <[email protected]>",
"Martin Olsson <[email protected]>",
"Mathias Rangel Wulff <[email protected]>",
"Mathieu Chataigner <[email protected]>",
"Matthew Ginnard <[email protected]>",
"Maury Quijada <[email protected]>",
"Max Rabin <[email protected]>",
"Michael Meisel <[email protected]>",
"hamx0r <[email protected]>",
"Michal Ostruszka <[email protected]>",
"Michelle Bu <[email protected]>",
"Emilio Lopez <[email protected]>",
"Mokeponi <[email protected]>",
"Nicolas Racine <[email protected]>",
"Noah Gibbs <[email protected]>",
"Pablo Reyes <[email protected]>",
"Philip Wills <[email protected]>",
"Eirik S. Morland <[email protected]>",
"Rob Dawson <[email protected]>",
"Conan Tzou <[email protected]>",
"Robert Tod <[email protected]>",
"mcandre <[email protected]>",
"tajjyarden <[email protected]>",
"Carlos Eduardo Rodrigues Diógenes <[email protected]>",
"Sebastian Wallin <[email protected]>",
"Shane Reustle <[email protected]>",
"Brian Norton <[email protected]>",
"Stuart Nelson <[email protected]>",
"Tamas Goga <[email protected]>",
"Brian K. Smith <[email protected]>",
"muddydixon <[email protected]>",
"Brennan Ashton <[email protected]>",
"Boris Kozorovitzky <[email protected]>",
"Benjamin J DeLong <[email protected]>",
"Vivek Kushwaha <[email protected]>",
"Ben Kovacevich <[email protected]>",
"Yoav <[email protected]>",
"arunv <[email protected]>",
"unSinn <[email protected]>",
"bnormoyle <[email protected]>",
"Arun C. Murthy <[email protected]>",
"André Tavares <[email protected]>",
"GermanBluefox <[email protected]>",
"cjthompson <[email protected]>",
"Hamed Zaghaghi <[email protected]>",
"Gagan Awhad <[email protected]>",
"JJ Bunnyman <[email protected]>",
"davidhc <[email protected]>",
"Jay Patel <[email protected]>",
"Joshua Goldberg <[email protected]>",
"deldrid1 <[email protected]>",
"Kyle <[email protected]>",
"Maciej Winnicki <[email protected]>"
]
}