-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
40 lines (40 loc) · 893 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
38
39
40
{
"name": "genealogic-d3",
"version": "0.1.0",
"description": "KISS genealogy tree visualization using d3.js + birthday calendar",
"repository": {
"type": "git",
"url": "https://github.com/Lucas-C/genealogic-d3"
},
"keywords": [
"visualization",
"tree",
"calendar",
"genealogy",
"d3js",
"birthday"
],
"author": "Lucas Cimon",
"license": "APL-1.0",
"bugs": {
"url": "https://github.com/Lucas-C/genealogic-d3/issues"
},
"homepage": "https://github.com/Lucas-C/genealogic-d3",
"dependencies": {
"angular": "1.4.8",
"angular-translate": "2.7.2",
"d3": "^3.4",
"flex-calendar": "1.0.0",
"moment": "2.4.0",
"moment-ferie-fr": "0.2.1"
},
"devDependencies": {
"csslint": "latest",
"jscs": "latest",
"jshint": "latest"
},
"scripts": {
"build": "webpack",
"watch": "webpack --watch"
}
}