forked from marmelab/EventDrops
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
64 lines (64 loc) · 1.79 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
{
"name": "event-drops",
"version": "0.2.0",
"description": "A time based / event series interactive visualization using d3.js. Use drag and zoom to navigate in time.",
"main": "dist/eventDrops.js",
"repository": {
"type": "git",
"url": "https://github.com/marmelab/EventDrops"
},
"dependencies": {
"d3": "3.5.3"
},
"devDependencies": {
"babel-core": "6.4.5",
"babel-eslint": "^4.1.8",
"babel-loader": "6.2.1",
"babel-preset-es2015": "6.3.13",
"babel-preset-stage-0": "^6.3.13",
"configurable.js": "0.1.0",
"css-loader": "0.19.0",
"eslint": "1.6.0",
"eslint-config-airbnb": "0.1.0",
"extract-text-webpack-plugin": "1.0.1",
"html-loader": "0.3.0",
"html-webpack-plugin": "1.6.1",
"jasmine-core": "2.4.1",
"jsdom": "1.0.0-pre.6",
"karma": "^0.13.19",
"karma-jasmine": "^0.3.6",
"karma-firefox-launcher": "0.1.7",
"karma-webpack": "^1.7.0",
"mocha": "1.21.4",
"mocha-traceur": "2.1.0",
"scss-loader": "0.0.1",
"style-loader": "0.12.4",
"webpack": "1.12.2",
"webpack-dev-server": "1.11.0"
},
"bugs": {
"url": "https://github.com/marmelab/EventDrops/issues"
},
"homepage": "https://github.com/marmelab/EventDrops",
"directories": {
"example": "example",
"test": "test"
},
"scripts": {
"test": "mocha"
},
"author": "Thiery Michel <[email protected]>",
"contributors": [
{ "name": "Chad Ramos" },
{ "name": "Chulki Lee" },
{ "name": "Emmanuel Quentin" },
{ "name": "Francois Zaninotto" },
{ "name": "Joan Yin" },
{ "name": "Joel Schlosser" },
{ "name": "Jonathan Petitcolas", "email": "[email protected]" },
{ "name": "Mélodie Benmouffek" },
{ "name": "messense" },
{ "name": "Robin Bressan" }
],
"license": "MIT"
}