-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
23 lines (23 loc) · 939 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
{
"name": "Accrete.js",
"version": "0.0.0",
"description": "Accretejs is a port of the awesome planetary system simulation algorithm, [Accrete](http://www.rand.org/pubs/papers/P4226.html) to JavaScript. Originally published* and partly programmed (via FORTRAN) by the amazing Stephen H. Dole. Almost a decade later Carl Sagan and Richard Isaacson refined Dole's model -- which shortly thereafter was also implemented in FORTRAN, and again elaborately and academically published by Martin Fogg.",
"main": "index.js",
"scripts": {
"test": "mocha test --reporter spec --grep Astro"
},
"repository": {
"type": "git",
"url": "https://github.com/tmanderson/Accrete.js.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/tmanderson/Accrete.js/issues"
},
"homepage": "https://github.com/tmanderson/Accrete.js",
"dependencies": {
"alea": "0.0.9",
"chai": "^1.10.0"
}
}