-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (52 loc) · 1.33 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
{
"name": "frontendguidelines",
"title": "frontendguidelin.es",
"description": "Development guidelines and resource guide for Front-end developers",
"version": "0.1.0",
"authors": [
{
"name": "Ashley Nolan"
}
],
"engines": {
"node": ">=0.11"
},
"dependencies": {},
"devDependencies": {
"chotto": "^0.1.0",
"glob": "^5.0.5",
"grunt": "^0.4.5",
"grunt-autoprefixer": "^3.0.0",
"grunt-browser-sync": "^2.1.3",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-copy": "^0.8.0",
"grunt-contrib-imagemin": "^0.9.4",
"grunt-contrib-jshint": "^0.11.1",
"grunt-contrib-uglify": "^0.9.1",
"grunt-contrib-watch": "^0.6.1",
"grunt-csso": "^0.7.1",
"grunt-grunticon": "^2.1.6",
"grunt-html-validation": "^0.1.18",
"grunt-newer": "^1.1.0",
"grunt-photobox": "^0.8.1",
"grunt-sass": "^1.0.0",
"grunt-scss-lint": "^0.3.6",
"grunt-shimly": "^0.0.7",
"imagemin-gifsicle": "^4.1.0",
"imagemin-mozjpeg": "^5.0.0",
"imagemin-pngquant": "^4.1.0",
"load-grunt-configs": "^0.4.3",
"load-grunt-tasks": "^3.1.0",
"trak.js": "^0.4.0",
"assemble": "^0.4.42",
"handlebars-helper-aggregate": "^0.1.3",
"grunt-browserify": "^3.3.0",
"uglifyify": "^3.0.1"
},
"keywords": [],
"scripts": {
"test": "grunt travis --verbose",
"kickoff": "grunt dev",
"prekickoff": "npm install -g grunt-cli && npm install"
}
}