-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 872 Bytes
/
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
{
"name": "katefarrar.com",
"version": "12.0.0",
"repository": {
"type": "git",
"url": "git://github.com/katefarrar"
},
"scripts": {
"start": "grunt serve",
"build": "grunt build"
},
"devDependencies": {
"autoprefixer-stylus": "^1.0.0",
"deasync": "^0.1.22",
"grunt": "^1.5.3",
"grunt-browserify": "^6.0.0",
"grunt-cli": "^1.4.3",
"grunt-contrib-uglify": "^5.0.1"
},
"dependencies": {
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-connect": "^3.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^4.0.0",
"grunt-contrib-pug": "^3.0.0",
"grunt-contrib-stylus": "^1.2.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-css-mqpacker": "^3.0.1",
"grunt-postcss-import": "^0.0.1",
"jstransformer-markdown-it": "^2.1.0",
"lodash": "^4.17.21",
"ws": ">=5.2.3"
}
}