-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
40 lines (40 loc) · 1.2 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
{
"name": "device-lab",
"version": "0.0.0",
"description": "Google analytics tool for visualising which devices and browsers are used to visit your websites.",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Stendahls, Göteborg",
"license": "MIT",
"devDependencies": {
"autoprefixer": "^6.3.1",
"compression": "^1.6.1",
"flickity": "^2.0.5",
"fontfaceobserver": "^1.7.1",
"grunt": "^0.4.5",
"grunt-autoprefixer": "^3.0.3",
"grunt-contrib": "^0.11.0",
"grunt-contrib-clean": "^0.5.0",
"grunt-contrib-compress": "^0.8.0",
"grunt-contrib-concat": "^0.4.0",
"grunt-contrib-connect": "^0.7.1",
"grunt-contrib-copy": "^0.5.0",
"grunt-contrib-cssmin": "^0.9.0",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-sass": "^0.7.4",
"grunt-contrib-symlink": "^0.3.0",
"grunt-contrib-uglify": "^0.4.1",
"grunt-contrib-watch": "^0.6.1",
"grunt-gh-pages": "^2.0.0",
"i": "^0.3.7",
"jquery": ">=3.0.0",
"load-grunt-tasks": "^3.4.0",
"npm": "^3.8.3",
"platform": "^1.3.5",
"postcss": "^5.2.18",
"sw-toolbox": "^3.4.0",
"time-grunt": "^1.3.0",
"ua-parser-js": "^0.7.33"
}
}