-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.39 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
{
"name": "aligent-assignment",
"version": "1.0.0",
"description": "Front-end web development assignment from Aligent Consulting",
"readme": "README.md",
"author": "Tim Swalling <[email protected]>",
"private": true,
"repository": "timswalling/aligent-challenge",
"dependencies": {},
"devDependencies": {
"browser-sync": "^2.9.10",
"del": "^2.0.2",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^3.0.2",
"gulp-concat": "^2.6.0",
"gulp-empty": "^0.1.1",
"gulp-fingerprint": "^0.3.2",
"gulp-html-minifier": "^0.1.6",
"gulp-imagemin": "^2.3.0",
"gulp-minify-css": "^1.2.1",
"gulp-mustache-plus": "^1.0.1",
"gulp-rename": "^1.2.2",
"gulp-rev": "^6.0.1",
"gulp-sass": "^2.0.4",
"gulp-uglify": "^1.4.1",
"inuit-box": "0.4.4",
"inuit-box-sizing": "0.2.0",
"inuit-clearfix": "0.2.2",
"inuit-defaults": "0.2.3",
"inuit-images": "0.3.3",
"inuit-layout": "0.2.2",
"inuit-list-bare": "0.3.0",
"inuit-lists": "0.1.0",
"inuit-mixins": "0.2.3",
"inuit-normalize": "3.0.3",
"inuit-reset": "0.1.1",
"inuit-responsive-settings": "0.1.5",
"inuit-responsive-tools": "0.1.3",
"inuit-responsive-widths": "0.2.2",
"inuit-shared": "0.1.5",
"inuit-tools-widths": "0.1.4",
"inuit-widths": "0.4.2",
"jsonfile": "^2.2.2",
"run-sequence": "^1.1.4",
"yargs": "^3.27.0"
},
"license": "CC-BY-4.0"
}