forked from ofrohn/d3-celestial
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 760 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 760 Bytes
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
{
"name": "d3-celestial",
"version": "0.6.2",
"description": "A star map with D3.js",
"main": "celestial.js",
"directories": {
"test": "test"
},
"dependencies": {},
"devDependencies": {
"jsdom": "^3.1.0",
"jshint": "^2.6.0",
"tar-fs": "^1.4.2",
"shelljs": "^0.3.0",
"uglify-js": "^2.4.16"
},
"scripts": {
"test": "node test/celestial-test.js"
},
"repository": {
"type": "git",
"url": "https://github.com/ofrohn/d3-celestial.git"
},
"keywords": [
"cartography",
"astronomy",
"visualization",
"D3"
],
"author": "Olaf Frohn",
"license": "BSD",
"bugs": {
"url": "https://github.com/ofrohn/d3-celestial/issues"
},
"homepage": "https://github.com/ofrohn/d3-celestial"
}