-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathpackage.json
38 lines (38 loc) · 825 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
{
"author": "mivion",
"name": "swisseph-api",
"description": "Swiss Ephemeris API for node.js",
"version": "0.1.0",
"homepage": "http://github.com/mivion/swisseph-api",
"repository": {
"url": "http://github.com/mivion/swisseph-api.git"
},
"main": "./lib/app.js",
"keywords": [
"swiss",
"swisseph",
"ephemeris",
"astrology",
"astronomy"
],
"dependencies": {
"swisseph": ">=0.5",
"socket.io": ">=1.0",
"body-parser": "~1.10.2",
"cookie-parser": "~1.3.3",
"debug": "~2.1.1",
"express": "~4.11.1",
"jade": "~1.9.1",
"less-middleware": "1.0.x",
"morgan": "~1.5.1",
"serve-favicon": "~2.2.0"
},
"devDependencies": {},
"optionalDependencies": {},
"engines": {
"node": ">=0.12"
},
"scripts": {
"start": "node ./bin/server"
}
}