-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 793 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 793 Bytes
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
{
"name": "leissmann",
"version": "1.0.0",
"description": "website for Jele77",
"main": "index.js",
"repository": "https://github.com/sdutry/leissman.git",
"author": "Stefaan Dutry <stefaan.dutry@gmail.com>",
"license": "MIT",
"scripts": {
"postinstall": "grunt",
"start": "node server.js"
},
"dependencies": {
"bootstrap": "^3.3.7",
"express": "^4.15.3",
"font-awesome": "^4.7.0",
"grunt": "^1.0.1",
"grunt-assemble": "^0.6.3",
"grunt-cli": "^1.2.0",
"grunt-contrib-clean": "^1.1.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^2.2.1",
"grunt-contrib-jshint": "^1.1.0",
"grunt-contrib-uglify": "^3.0.1",
"image-map-resizer": "^1.0.3",
"jquery": "^3.2.1"
}
}