-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.14 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
{
"name": "hot-dog-stand",
"version": "0.1.0",
"description": "A simple, responsive, mobile-first, agonizing, front-end CSS framework for developing the next generation of fully responsive web apps.",
"main": "hotdogstand.css",
"scripts": {
"test": "grunt"
},
"repository": {
"type": "git",
"url": "https://github.com/steverichey/hot-dog-stand.git"
},
"keywords": [
"hot",
"dog",
"stand"
],
"author": "Steve Richey",
"license": "MIT",
"bugs": {
"url": "https://github.com/steverichey/hot-dog-stand/issues"
},
"homepage": "https://github.com/steverichey/hot-dog-stand",
"devDependencies": {
"codeclimate-test-reporter": "0.0.4",
"coveralls": "^2.11.2",
"csslint": "^0.10.0",
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"grunt-contrib-copy": "^0.8.0",
"grunt-contrib-csslint": "^0.4.0",
"grunt-contrib-cssmin": "^0.12.2",
"grunt-coveralls": "^1.0.0",
"grunt-istanbul": "^0.5.0",
"gulp": "^3.8.11",
"gulp-copy": "0.0.2",
"gulp-csslint": "^0.1.5",
"gulp-cssmin": "^0.1.6",
"gulp-rename": "^1.2.0",
"mocha": "^2.2.1",
"mocha-csslint": "0.0.4"
}
}