-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 759 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 759 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
{
"name": "datacache",
"version": "0.5.1",
"engine": {"node": "0.12.x"},
"dependencies": {
"request": "2.9.203",
"express": "3.0.0beta7",
"xml2js": "0.1.14",
"ftp": "0.3.4",
"async": "~0.2.9",
"adm-zip": "~0.4.3",
"jsdom": "3.0",
"line-reader": "0.2.3",
"jquery": "*",
"mkdirp": "*",
"socket.io": "*",
"cli-color": "*",
"mmmagic": "*",
"geoip-lite": "*",
"yargs": "*",
"big.js": "*",
"tsdset": "https://github.com/rweigel/tsdset/tarball/master",
"localeval": "~13.6.10",
"moment": "2.5.1",
"whiskers": "0.2.4",
"cron": "~1.0.1",
"handlebars": "~1.0.12"
},
"scripts": {
"test": "bash test/test.sh 2>&1 | tee test/test.log"
},
"devDependencies": {}
}