-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
54 lines (54 loc) · 1.42 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
{
"name": "hdo-front",
"description": "Frontend for holderdeord.no.",
"version": "0.0.1-29",
"author": "Holder de ord contributors",
"repository": {
"type": "git",
"url": "https://github.com/holderdeord/hdo-front"
},
"engines": {
"node": "0.10.x"
},
"scripts": {
"setup": "npm install && ./node_modules/.bin/bower install",
"postdeploy": "bower install",
"start": "node server.js",
"start-dev": "./node_modules/.bin/nodemon --ignore ./node_modules/ server.js",
"test": "./node_modules/.bin/jshint server.js lib test && ./node_modules/.bin/mocha test/*/*.js",
"tdd": "./node_modules/.bin/mocha --watch test test/*/*.js"
},
"dependencies": {
"bluebird": "^2.2.2",
"browserify-middleware": "^2.8.0",
"deepmerge": "^0.2.7",
"errorhandler": "^1.0.1",
"eu": "^1.1.1",
"express": "^4.0.0",
"express-hbs": "^0.7.9",
"halfred": "^0.2.0",
"jquery": "^2.1.0",
"lodash": "^2.4.1",
"lru-cache": "^2.5.0",
"moment": "^2.6.0",
"morgan": "^1.0.1",
"nconf": "^0.6.9",
"node-sass": "^0.8.6",
"referee": "^1.0.3",
"request": "^2.36.0",
"uri-template": "~0.4.1"
},
"devDependencies": {
"jshint": "^2.4.4",
"bower": "^1.3.1",
"nodemon": "^1.0.19",
"chai": "^1.9.0",
"mocha": "^1.18.0",
"nock": "^0.32.2",
"node-inspector": "^0.7.4"
},
"subdomain": "hdo-front",
"domains": [
"front.holderdeord.no"
]
}