-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
35 lines (35 loc) · 953 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
35
{
"name": "fractionless-boilerplate",
"version": "3.2.0",
"description": "The HTML/CSS boilerplate you build up from, not tear down.",
"main": "src/index.html",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/billpatrianakos/fractionless-boilerplate.git"
},
"keywords": [
"HTML",
"CSS",
"LESS",
"boilerplate"
],
"author": "Bill Patrianakos <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/billpatrianakos/fractionless-boilerplate/issues"
},
"homepage": "http://fractionless.info",
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-connect": "^0.9.0",
"grunt-contrib-jshint": "^0.11.0",
"grunt-contrib-less": "^1.0.0",
"grunt-contrib-watch": "^0.6.1",
"jshint-stylish": "^1.0.0",
"load-grunt-tasks": "^3.1.0",
"time-grunt": "^1.0.0"
}
}