-
Notifications
You must be signed in to change notification settings - Fork 46
/
Copy pathpackage.json
32 lines (32 loc) · 983 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
{
"name": "hashgrid",
"version": "10.0.0",
"description": "A little tool that inserts a layout grid in web pages, allows you to hold it in place, and toggle between displaying it in the foreground or background.",
"main": "hashgrid.js",
"scripts": {
"test": "./node_modules/.bin/hihat tests/*.js -p tap-dev-tool"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dotjay/hashgrid.git"
},
"author": "",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/dotjay/hashgrid/issues"
},
"homepage": "https://dotjay.github.io/hashgrid/",
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-clean": "^0.7.0",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-jade": "^0.15.0",
"grunt-contrib-less": "^1.1.0",
"grunt-contrib-uglify": "^0.11.0",
"grunt-contrib-watch": "^0.6.1",
"hihat": "^2.5.0",
"load-grunt-config": "^0.19.0",
"tap-dev-tool": "^1.3.0",
"tape": "^4.2.2"
}
}