-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
89 lines (89 loc) · 2.5 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
87
88
89
{
"name": "@turbasen/developer",
"version": null,
"description": "Developer site for Nasjonal Turbase",
"main": "index.js",
"files": [
"apps",
"lib",
"index.js",
"static",
"views",
"theme.config"
],
"scripts": {
"codacy-coverage": "codacy-coverage",
"cover": "istanbul cover --report lcovonly ./node_modules/.bin/_mocha -- -r test/support/env -R spec test/**/",
"greenkeeper-postpublish": "greenkeeper-postpublish",
"grunt": "grunt",
"grunt:watch": "grunt watch",
"lint": "eslint test/ lib/ apps/ index.js",
"lint:watch": "esw --color --watch *.js test/ lib/ apps/ index.js",
"nsp": "nsp check",
"semantic-release": "semantic-release",
"start": "supervisor -w index.js,apps,lib -e js index.js",
"test": "mocha -r test/support/env -R tap -b --check-leaks test/**/",
"test:watch": "mocha -r test/support/env -R progress -b --check-leaks -w test/**/"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/Turbasen/Developer.git"
},
"keywords": [
"turbasen",
"nasjonal turbase",
"developer",
"portal",
"ntdn"
],
"author": "Hans Kristian Flaatten <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/Turbasen/Developer/issues"
},
"homepage": "https://github.com/Turbasen/Developer#readme",
"devDependencies": {
"codacy-coverage": "^1.1.3",
"eslint": "^3.1.1",
"eslint-config-airbnb-base": "^4.0.2",
"eslint-plugin-import": "^1.11.0",
"eslint-watch": "^2.1.14",
"greenkeeper-postpublish": "^1.0.0",
"grunt-contrib-watch": "^1.0.0",
"istanbul": "^0.4.3",
"mocha": "^2.4.5",
"nsp": "^2.5.0",
"semantic-release": "^4.3.5",
"supertest": "^1.2.0",
"supervisor": "^0.11.0"
},
"dependencies": {
"@starefossen/node-http-error": "^1.0.1",
"async-each-map": "^1.0.1",
"body-parser": "^1.15.0",
"clipboard": "^1.5.10",
"connect-redis": "^3.0.2",
"express": "^4.13.4",
"express-session": "^1.13.0",
"github": "^2.1.0",
"grunt": "^1.0.1",
"grunt-cli": "^1.2.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-less": "^1.3.0",
"ioredis": "^2.2.0",
"jquery": "^2.2.3",
"moment": "^2.13.0",
"mongoose": "^4.4.13",
"nunjucks": "^2.4.2",
"oauth": "^0.9.14",
"raven": "^0.11.0",
"semantic-ui-less": "^2.1.8",
"sendgrid": "^2.0.0",
"slackr": "^1.0.0",
"trumbowyg": "^2.0.5"
},
"engines": {
"node": "^4.0.0"
}
}