-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.55 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
{
"name": "vanja.gavric.org",
"homepage": "http://vanja.gavric.org/",
"version": "1.0.0",
"description": "Vanja Gavric's personal website",
"dependencies": {
"foundation-sites": "^6.2.3",
"jquery.backstretch": "^2.1.13"
},
"devDependencies": {
"autoprefixer": "^6.4.1",
"chai": "^3.5.0",
"grunt": "^1.0.1",
"grunt-choose": "^0.1.3",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-compass": "^1.1.1",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-imagemin": "^1.0.1",
"grunt-contrib-pug": "^1.0.0",
"grunt-contrib-uglify": "^2.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-critical": "^0.2.1",
"grunt-eslint": "^19.0.0",
"grunt-htmlhint": "^0.9.13",
"grunt-jquery-builder": "^0.2.1",
"grunt-lodash": "^0.5.1",
"grunt-modernizr": "^1.0.2",
"grunt-postcss": "^0.8.0",
"grunt-remove-logging": "^0.2.0",
"grunt-sitemap": "^1.2.1",
"grunt-webdriver": "^2.0.3",
"imagemin-mozjpeg": "5.0.0",
"imagemin-webp": "3.1.0",
"jit-grunt": "^0.10.0",
"load-grunt-config": "^0.19.2",
"lodash-cli": "^4.16.1",
"shelljs": "^0.6.0",
"wdio-mocha-framework": "^0.5.8",
"wdio-phantomjs-service": "^0.2.2",
"wdio-selenium-standalone-service": "0.0.8",
"wdio-spec-reporter": "0.0.5",
"webdriverio": "^4.6.2"
},
"scripts": {
"test": "grunt webdriver:dev"
},
"repository": {
"type": "git",
"url": "https://bitbucket.org/iamvanja/vanja.gavric.org.git"
},
"author": "Vanja Gavric",
"license": "MIT"
}