forked from ofrohn/d3-celestial
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
39 lines (39 loc) · 834 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
{
"name": "d3-celestial",
"version": "0.7.35",
"description": "A star map with D3.js",
"main": "celestial.js",
"directories": {
"test": "test"
},
"dependencies": {
"d3": "^3.5.17"
},
"devDependencies": {
"jsdom": "^16.5.0",
"jshint": "^2.11.1",
"shelljs": "^0.8.4",
"uglify-js": "^2.8.29"
},
"scripts": {
"build": "node make.js",
"test": "node test/celestial-test.js",
"jshint": "jshint src/**.js"
},
"repository": {
"type": "git",
"url": "https://github.com/ofrohn/d3-celestial.git"
},
"keywords": [
"cartography",
"astronomy",
"visualization",
"D3"
],
"author": "Olaf Frohn",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/ofrohn/d3-celestial/issues"
},
"homepage": "https://github.com/ofrohn/d3-celestial"
}