-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 974 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 974 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
{
"name": "github-chrome-fullname",
"version": "0.3.3",
"description": "Full name instead of UserId for SAP GitHub",
"main": "Gruntfile.js",
"devDependencies": {
"codacy-coverage": "^1.1.2",
"es6-promise": "^2.1.1",
"grunt": "^0.4.5",
"grunt-codeclimate-reporter": "^1.0.0",
"grunt-contrib-connect": "^0.10.1",
"grunt-contrib-jasmine": "^0.8.2",
"grunt-contrib-watch": "^0.6.1",
"grunt-coveralls": "^1.0.0",
"grunt-eslint": "^13.0.0",
"grunt-notify": "^0.4.1",
"grunt-template-jasmine-istanbul": "^0.3.3",
"jasmine-jquery": "^2.1.0",
"jquery": "^2.1.4"
},
"repository": {
"type": "git",
"url": "https://github.com/cgrail/github-chrome-fullname.git"
},
"scripts": {
"test": "grunt testAndUploadCoverage"
},
"author": "Christian Grail",
"bugs": {
"url": "https://github.com/cgrail/github-chrome-fullname/issues"
},
"homepage": "https://github.com/cgrail/github-chrome-fullname"
}