This repository has been archived by the owner on Nov 17, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
86 lines (86 loc) · 2.14 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
{
"name": "Barteguiden",
"version": "0.0.5",
"description": "Barteguiden CRUD app and server",
"main": "server/server.js",
"dependencies": {
"bcrypt-nodejs": "~0.0.3",
"body-parser": "~1.13.0",
"busboy": "~0.2.9",
"connect-busboy": "~0.0.2",
"cors": "~2.7.1",
"cron": "~1.0.9",
"csv": "~0.3.5",
"express": "~4.13.0",
"facebook-node-sdk": "0.2.0",
"imagemagick-stream": "~2.0.0",
"jsdom": "~7.0.0",
"lodash": "~3.10.1",
"moment": "~2.10.6",
"mongoose": "4.1.3",
"object-mapper": "~2.1.0",
"passport": "~0.3.0",
"passport-http": "~0.3.0",
"q": "~1.4.1",
"request": "~2.61.0",
"xml2js": "~0.4.10",
"xtend": "~4.0.0"
},
"devDependencies": {
"grunt": "~0.4.5",
"grunt-autoprefixer": "^0.7.3",
"grunt-concurrent": "^0.5.0",
"grunt-contrib-clean": "^0.5.0",
"grunt-contrib-compass": "^0.7.2",
"grunt-contrib-concat": "^0.4.0",
"grunt-contrib-connect": "^0.7.1",
"grunt-contrib-copy": "^0.5.0",
"grunt-contrib-cssmin": "^0.9.0",
"grunt-contrib-htmlmin": "^0.3.0",
"grunt-contrib-imagemin": "^0.8.1",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-uglify": "^0.4.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-express-server": "^0.5.1",
"grunt-filerev": "^0.2.1",
"grunt-google-cdn": "^0.4.0",
"grunt-karma": "~0.9.0",
"grunt-newer": "^0.7.0",
"grunt-ng-annotate": "^0.3.0",
"grunt-shell-spawn": "^0.3.8",
"grunt-svgmin": "^0.4.0",
"grunt-usemin": "^2.1.1",
"grunt-wiredep": "^1.7.0",
"jshint-stylish": "^0.2.0",
"karma": "~0.12.24",
"karma-jasmine": "~0.2.3",
"karma-phantomjs-launcher": "~0.1.4",
"load-grunt-tasks": "^0.4.0",
"time-grunt": "^0.3.1"
},
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "grunt test",
"start": "node server/server.js",
"dev": "grunt serve"
},
"private": true,
"author": "Studentmediene i Trondheim AS",
"contributors": [
{
"name": "martinhath"
},
{
"name": "andybb"
},
{
"name": "EirikRogno"
},
{
"name": "AnnaKastet"
}
],
"license": "Apache-2.0"
}