-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
51 lines (51 loc) · 1.31 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
{
"name": "unitie",
"version": "0.0.1",
"description": "Advertising platform connection Companies with University socities",
"main": "./lib/server.js",
"scripts": {
"start": "node ./lib/start.js",
"dev": "nodemon ./lib/start.js",
"test": "istanbul cover ./node_modules/.bin/tape ./test/*.js",
"jshint": "./node_modules/jshint/bin/jshint -c .jshintrc --exclude-path .gitignore .",
"coverage": "istanbul cover ./node_modules/.bin/tape ./tests/*.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Unitie-FAC/Unitie-MVP.git"
},
"author": "unitie-FAC",
"license": "MIT",
"dependencies": {
"bluebird": "^3.1.1",
"env2": "^2.0.4",
"fs": "0.0.2",
"handlebars": "^4.0.5",
"hapi": "^11.1.2",
"hoek": "^3.0.4",
"inert": "^3.2.0",
"mandrill-api": "^1.0.45",
"redis": "^2.4.2",
"redis-connection": "^4.0.1",
"vision": "^4.0.1"
},
"devDependencies": {
"istanbul": "^0.4.1",
"jshint": "^2.8.0",
"nodemon": "^1.8.1",
"path": "^0.12.7",
"pre-commit": "^1.1.2",
"tape": "^4.2.2"
},
"pre-commit": [
"jshint",
"test"
],
"bugs": {
"url": "https://github.com/Unitie-FAC/Unitie-MVP/issues"
},
"engines": {
"node": "5.1.0"
},
"homepage": "https://github.com/Unitie-FAC/Unitie-MVP#readme"
}