-
Notifications
You must be signed in to change notification settings - Fork 28
/
package.json
36 lines (36 loc) · 918 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": "htm-school-viz",
"version": "1.0.1",
"description": "Sparse Distributed Representation Vizualizations",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nupic-community/htm-school-viz.git"
},
"keywords": [
"sdr",
"htm"
],
"author": "Matt Taylor",
"license": "MIT",
"bugs": {
"url": "https://github.com/nupic-community/htm-school-viz/issues"
},
"homepage": "https://github.com/nupic-community/htm-school-viz#readme",
"dependencies": {
"chokidar": "^1.4.3",
"express": "^4.14.0",
"express-handlebars": "^3.0.0",
"express-http-proxy": "^0.10.1",
"fs-extra": "^0.28.0",
"glob": "^7.1.1",
"handlebars": "^4.0.5",
"lodash": "^4.11.1",
"npm": "^5.7.1",
"serve-static": "^1.11.1"
}
}