forked from lynnandtonic/lynnandtonic.com
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·32 lines (32 loc) · 851 Bytes
/
package.json
File metadata and controls
executable file
·32 lines (32 loc) · 851 Bytes
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
{
"name": "lynnandtonic.com",
"version": "12.0.0",
"repository": {
"type": "git",
"url": "git://github.com/lynnandtonic/lynnandtonic.com.git"
},
"scripts": {
"start": "grunt serve",
"build": "grunt build"
},
"devDependencies": {
"autoprefixer-stylus": "^0.14.0",
"deasync": "^0.1.14",
"grunt": "^1.0.4",
"grunt-browserify": "^5.3.0",
"grunt-cli": "^1.3.2",
"grunt-contrib-uglify": "^5.2.0"
},
"dependencies": {
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-connect": "^2.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^3.0.0",
"grunt-contrib-pug": "^2.0.0",
"grunt-contrib-stylus": "^1.2.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-postcss-import": "^0.0.1",
"grunt-css-mqpacker": "^3.0.1",
"jstransformer-markdown-it": "^2.1.0"
}
}