forked from MisterPhilip/omnibug
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 973 Bytes
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 973 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
30
31
32
33
34
35
36
37
{
"name": "omnibug",
"version": "0.5.513",
"description": "Omnibug Extension",
"main": "Gruntfile.js",
"scripts": {
"test": "grunt travis"
},
"repository": {
"type": "git",
"url": "git://github.com/simpsora/omnibug.git"
},
"keywords": [
"omnibug"
],
"author": "Ross Simpson <omnibug@rosssimpson.com>",
"license": "CC BY-SA 3.0",
"readmeFilename": "README.md",
"gitHead": "b5b8894969929643643d502463893985cb85a132",
"bugs": {
"url": "https://github.com/simpsora/omnibug/issues"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-cli": "~0.1.9",
"grunt-contrib-jshint": "~0.6.0",
"grunt-contrib-jasmine": "~0.5.1",
"grunt-template-jasmine-istanbul": "~0.2.4",
"grunt-contrib-clean": "~0.5.0",
"grunt-crx": "~0.2.4",
"grunt-contrib-compress": "~0.5.2",
"grunt-version": "~0.2.2",
"grunt-shell": "~0.3.1",
"grunt-contrib-concat": "~0.3.0",
"grunt-line-remover": "0.0.2"
}
}