-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 924 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 924 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
{
"name": "youtoo-tools",
"version": "0.1.0",
"description": "Chrome extension that will allow clients to easily access actions during debugging, such as clearing cookies and cache.",
"repository": {
"type": "git",
"url": "git://github.com/youtootech/tools-chrome"
},
"author": "Pierce Moore <me@prex.io>",
"bugs": {
"url": "https://github.com/youtootech/tools-chrome/issues"
},
"dependencies": {
"grunt-banner": "latest",
"grunt-bump": "latest",
"grunt-contrib-clean": "latest",
"grunt-contrib-coffee": "latest",
"grunt-contrib-concat": "latest",
"grunt-contrib-copy": "latest",
"grunt-contrib-cssmin": "latest",
"grunt-image-resize": "latest",
"grunt-contrib-jade": "latest",
"grunt-contrib-less": "latest",
"grunt-contrib-uglify": "latest",
"grunt-contrib-watch": "latest",
"grunt-devtools": "latest",
"grunt-lesslint": "latest"
}
}