This repository was archived by the owner on May 7, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.41 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.41 KB
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
{
"name": "node-pg-ngMaterial-mapgl-template",
"author": "Spatial Development International, LLC",
"repository": {
"type": "git",
"url": "git@github.com:spatialdev/node-pg-ngMaterial-mapgl-template.git"
},
"private": false,
"version": "1.0.0",
"description": "A starter project for AngularJS",
"license": "MIT",
"devDependencies": {
"bower": "^1.3.1",
"http-server": "^0.6.1",
"shelljs": "^0.2.6",
"express": "~4.7.2",
"grunt": "0.4.5",
"grunt-contrib-concat": "1.0.1",
"grunt-contrib-csslint": "1.0.0",
"grunt-contrib-jshint": "1.0.0",
"grunt-contrib-less": "1.3.0",
"grunt-contrib-uglify": "1.0.1",
"grunt-contrib-watch": "1.0.0",
"body-parser": "~1.5.2",
"pg": "~4.4.0",
"angular": "~1.4.0",
"angular-route": "~1.4.0",
"angular-animate": "1.3.15",
"angular-aria": "1.3.15",
"angular-material": "~0.10.1"
},
"scripts": {
"postinstall": "bower install",
"prestart": "npm install"
},
"dependencies": {
"cheap-ruler": "^2.4.1",
"express-flash": "0.0.2",
"express-jwt": "^3.4.0",
"express-session": "^1.13.0",
"express-unless": "^0.3.0",
"jsonwebtoken": "^7.0.0",
"method-override": "^2.3.5",
"morgan": "^1.7.0",
"passport": "^0.3.2",
"passport-github2": "^0.1.10",
"passport-linkedin": "^1.0.0",
"passport-twitter": "^1.0.4",
"pg-native": "^1.10.0",
"q": "^1.4.1"
}
}