-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.05 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.05 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
{
"name": "Global_Good_Will",
"version": "0.1.0",
"description": "Global Good Will",
"author": "Shawn Fiske",
"license": "ISC",
"main": "server.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "gulp"
},
"dependencies": {
"angular": "^1.4.3",
"angular-cookies": "^1.4.3",
"angular-route": "^1.4.3",
"bcrypt": "^0.8.3",
"body-parser": "^1.13.2",
"eat": "0.1.1",
"express": "^4.13.1",
"mongoose": "^4.0.7",
"node-sass": "^3.2.0",
"passport": "^0.2.2",
"passport-http": "^0.2.2"
},
"repository": {
"type": "git",
"url": "https://github.com/spaetsch/globalgoodwill"
},
"devDependencies": {
"chai": "^3.0.0",
"chai-http": "^1.0.0",
"gulp": "^3.9.0",
"gulp-jshint": "^1.11.2",
"gulp-minify-css": "^1.2.0",
"gulp-minify-html": "^1.0.4",
"gulp-mocha": "^2.1.2",
"gulp-sass": "^2.0.4",
"gulp-uglify": "^1.2.0",
"gulp-webpack": "^1.5.0",
"mocha": "^2.2.5",
"node-bourbon": "^4.2.3",
"node-neat": "^1.7.2",
"webpack": "^1.10.5"
}
}