-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·46 lines (45 loc) · 1.06 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
{
"name": "data-visualisation",
"version": "0.0.1",
"description": "",
"main": "index.html",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": ""
},
"keywords": [
],
"authors": [
"Bouke Regnerus <[email protected] >",
"Rick van Gemert <[email protected] >"
],
"homepage": "",
"private": false,
"dependencies": {
"body-parser": "~1.5.2",
"ejs": "1.0.0",
"express": "~4.7.2",
"method-override": "~2.1.1",
"request": "2.40.0",
"hapi": "^8.2.0",
"formide": "latest"
},
"devDependencies": {
"bower": "^1.3.12",
"grunt": "^0.4.5",
"grunt-autoprefixer": "^3.0.0",
"grunt-bump": "^0.3.0",
"grunt-cli": "^0.1.13",
"grunt-contrib-clean": "~0.6.0",
"grunt-contrib-concat": "~0.5.0",
"grunt-contrib-copy": "~0.5.0",
"grunt-contrib-uglify": "~0.5.1",
"grunt-contrib-watch": "~0.6.1",
"grunt-sass": "^1.0.0",
"load-grunt-tasks": "^3.1.0",
"node-sass-import-once": "^1.2.0"
}
}