forked from sugarcrm/SidecarDevTools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
26 lines (26 loc) · 815 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
{
"name": "sidecar-dev-tools",
"version": "1.0.0",
"description": "Sidecar Debugger Tool: This is an Google Chrome devtools extension that will help you to be more productive when developing on Sugar 7.x.",
"main": "Gruntfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yvan33/SidecarDevTools.git"
},
"author": "Yvan Gadeau",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/yvan33/SidecarDevTools/issues"
},
"homepage": "https://github.com/yvan33/SidecarDevTools#readme",
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-handlebars": "^0.10.2",
"grunt-contrib-sass": "^0.9.2",
"grunt-contrib-watch": "^0.6.1",
"grunt-crx": "^0.3.4"
}
}