forked from LHAWLEY/front-end-coding-test
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.12 KB
/
package.json
File metadata and controls
37 lines (37 loc) · 1.12 KB
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
{
"name": "front-end-coding-test",
"version": "1.0.0",
"description": "A kick-off repository for a front-end coding test.",
"main": "Gruntfile.js",
"scripts": {
"start": "grunt",
"watch": "grunt watcher"
},
"author": "Cassondra Roberts",
"license": "MIT",
"dependencies": {
"autoprefixer": "^7.1.4",
"connect-livereload": "^0.6.0",
"cssnano": "^3.10.0",
"grunt": "^0.4.5",
"grunt-banner": "^0.6.0",
"grunt-cli": "^0.1.13",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-connect": "^0.9.0",
"grunt-contrib-copy": "^0.8.0",
"grunt-contrib-uglify": "^0.11.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-http": "^1.6.0",
"grunt-jscs": "^3.0.1",
"grunt-markdown": "^0.7.0",
"grunt-postcss": "^0.9.0",
"grunt-run": "^0.6.0",
"grunt-sass": "^1.0.0",
"grunt-sass-globbing": "^1.3.0",
"grunt-twig-render": "^1.7.2",
"http-status": "^0.2.0",
"load-grunt-tasks": "^3.1.0",
"pixrem": "^4.0.1",
"postcss": "^6.0.11"
}
}