forked from htm-community/river-view
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
64 lines (64 loc) · 1.66 KB
/
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "river-view",
"version": "1.0.0",
"description": "Public Temporal Streaming Data Service Framework",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"start": "node index.js",
"test": "istanbul cover _mocha -- test/index-tests.js test/lib -R spec && istanbul report text-summary > coverage/summary.txt && cat coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js"
},
"repository": {
"type": "git",
"url": "https://github.com/nupic-community/river-view.git"
},
"keywords": [
"data",
"stream",
"redis",
"public",
"framework"
],
"author": "Matthew Taylor",
"license": "MIT",
"bugs": {
"url": "https://github.com/nupic-community/river-view/issues"
},
"homepage": "http://data.numenta.org/",
"dependencies": {
"adm-zip": "^0.4.7",
"async": "^1.2.1",
"cheerio": "^0.19.0",
"csv-parse": "^0.1.3",
"css-select": "1.0.0",
"dom-serializer": "^0.1.0",
"express": "^4.13.0",
"fs-extra": "^0.21.0",
"handlebars": "^3.0.3",
"htmlparser2": "^3.8.3",
"js-yaml": "^3.3.1",
"lodash": "^3.10.0",
"metalsmith": "^1.7.0",
"metalsmith-markdown": "^0.2.1",
"metalsmith-permalinks": "^0.4.0",
"metalsmith-templates": "^0.7.0",
"moment": "^2.10.3",
"moment-timezone": "^0.4.0",
"node-geocoder": "^2.21.2",
"node-schedule": "^0.2.9",
"redis": "^0.12.1",
"request": "^2.58.0",
"xml2js": "^0.4.9"
},
"devDependencies": {
"chai": "2.2.0",
"coveralls": "2.11.2",
"istanbul": "0.3.13",
"mocha": "2.2.4",
"proxyquire": "1.4.0",
"sinon": "1.14.1",
"node-mocks-http": "~1.4.3"
}
}