forked from KevinRamsunder/JohnJay-Heat-Map
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 986 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 986 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
34
35
36
37
38
39
{
"name": "HeatMap",
"version": "1.0.0",
"description": "",
"main": "index.js",
"repository": {
"type": "git",
"url": "git@github.com:KevinRamsunder/JohnJay-Heat-Map.git"
},
"dependencies": {
"angular": "^1.5.5",
"angular-animate": "^1.5.5",
"angular-aria": "^1.5.5",
"angular-daterangepicker": "^0.2.2",
"angular-leaflet-directive": "^0.10.0",
"angular-messages": "^1.5.5",
"async": "^1.5.2",
"body-parser": "^1.15.0",
"bootstrap": "^3.3.6",
"bootstrap-colorpicker": "^2.3.3",
"bootstrap-daterangepicker": "^2.1.19",
"csv": "^0.4.6",
"express": "^4.13.4",
"font-awesome": "^4.6.1",
"jquery": "^2.2.3",
"leaflet": "^0.7.7",
"request": "^2.69.0"
},
"devDependencies": {
"jshint": "^2.9.2"
},
"scripts": {
"start": "node node/server.js",
"cisdd-start": "nodejs node/server.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC"
}