-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 815 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 815 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": "connectivity_diagnostics",
"version": "0.0.3",
"description": "Connectivity Diagnostics ========================",
"main": "Gruntfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/bprodoehl/connectivity_diagnostics.git"
},
"author": "",
"license": "BSD",
"bugs": {
"url": "https://github.com/bprodoehl/connectivity_diagnostics/issues"
},
"dependencies": {
"grunt": "~0.4.4",
"grunt-contrib-jshint": "~0.9.2",
"grunt-contrib-compress": "~0.7.0",
"grunt-contrib-copy": "~0.5.0",
"grunt-closure-compiler": "0.0.21",
"grunt-contrib-clean": "~0.5.0",
"grunt-text-replace": "~0.3.11",
"browserify": "~3.32.1",
"grunt-browserify": "~1.3.2"
}
}