-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.53 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
{
"name": "eventixnl",
"version": "1.0.0",
"description": "Eventix.nl website",
"main": "server.js",
"engines": {
"node": "^8.9.2"
},
"scripts": {
"postinstall": "grunt",
"start": "npm run server",
"test": "echo \"Error: no test specified\" && exit 1",
"server": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://[email protected]/gafderks/eventixnl.git"
},
"author": "Eventix",
"license": "ISC",
"bugs": {
"url": "https://github.com/eventix/eventixnl/issues"
},
"homepage": "http://eventix.io/",
"dependencies": {
"animatewithsass": "3.2.1",
"bootstrap-sass": "^3.3.7",
"compression": "1.6.2",
"express": "^4.14.1",
"font-awesome": "^4.7.0",
"grunt": "1.0.1",
"grunt-browserify": "5.0.0",
"grunt-cli": "1.2.0",
"grunt-contrib-cssmin": "2.0.0",
"grunt-contrib-htmlmin": "2.3.0",
"grunt-contrib-uglify": "2.2.0",
"grunt-contrib-watch": "1.0.0",
"grunt-mkdir": "1.0.0",
"grunt-preprocess": "5.1.0",
"grunt-sass": "2.0.0",
"grunt-sitemap": "1.2.1",
"i18next": "10.0.7",
"i18next-browser-languagedetector": "2.0.0",
"i18next-xhr-backend": "1.4.3",
"jquery": "^3.1.1",
"jquery-i18next": "1.2.1",
"live-server": "1.2.0",
"node-sass": "4.5.0",
"preprocess": "^3.1.0",
"smooth-scroll": "git://github.com/cferdinandi/smooth-scroll.git#e39e069058c9ffeea92bdef88dd2daf1ad7c4a88",
"svgxuse": "^1.2.1",
"waypoints": "4.0.1"
},
"devDependencies": {
"i18next-scanner": "2.0.2"
}
}