-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
35 lines (35 loc) · 1.23 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
{
"name": "wdwgssdemo",
"version": "1.0.0",
"description": "A starting point for all my personal/work-related Sass projects. Feel free to pull from anything you like in this repo or not. Additionally includes special JavaScript starting points/libraries like the jQuery plugin SVGMagic, HammerJS, RespondJS and MatchMedia Polyfill.",
"main": "Gruntfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/web-design-weekly/grid-stylesheets-demo.git"
},
"author": "Dennis Gaebel : @gryghostvisuals",
"copyright": "2014",
"license": "MIT",
"bugs": {
"url": "https://github.com/web-design-weekly/grid-stylesheets-demo/issues"
},
"private": false,
"homepage": "https://github.com/web-design-weekly/grid-stylesheets-demo",
"dependencies": {},
"devDependencies": {
"grunt": "~0.4.2",
"grunt-concurrent": "^1.0.0",
"grunt-contrib-clean": "~0.6.0",
"grunt-contrib-connect": "^0.8.0",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-qunit": "~0.5.2",
"grunt-contrib-watch": "^0.6.1",
"grunt-dev-update": "^0.9.0",
"grunt-newer": "^0.7.0",
"jit-grunt": "^0.8.0",
"time-grunt": "^1.0.0"
}
}