-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy pathpackage.json
36 lines (36 loc) · 927 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
{
"name": "earthcalc",
"version": "0.2.3",
"description": "Calculates how much a distant object is obscured by the earth's curvature",
"private": true,
"homepage": "https://github.com/dizzib/earthcalc",
"bugs": "https://github.com/dizzib/earthcalc/issues",
"license": "MIT",
"author": "dizzib",
"repository": {
"type": "git",
"url": "https://github.com/dizzib/earthcalc"
},
"scripts": {
"start": "./task/bootstrap && node ./_build/task/repl",
"test": "./task/bootstrap && node ./_build/task/npm-test"
},
"engines": {
"node": ">=0.10.x",
"npm": ">=1.0.x"
},
"devDependencies": {
"chalk": "~0.4.0",
"chokidar": "~1.6.1",
"cron": "~1.0.3",
"growly": "~1.3.0",
"jade": "~1.6.0",
"livescript": "~1.5.0",
"lodash": "~2.4.1",
"marked": "~0.3.1",
"nib": "~0.9.0",
"shelljs": "~0.2.6",
"stylus": "~0.31.0",
"wait.for": "~0.6.3"
}
}