-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
42 lines (42 loc) · 970 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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"license": "ISC",
"name": "codesy-widgets",
"repository": {
"url": "https://github.com/codesy/widgets.git",
"type": "git"
},
"author": "John Dungan",
"bugs": {
"url": "https://github.com/codesy/widgets/issues"
},
"version": "1.0.0",
"dependencies": {
"gulp": "^3.9.0",
"gulp-coffee": "2.3.1",
"gulp-header-comment": "^0.1.0",
"gulp-json-editor": "2.2.1",
"gulp-merge-json": "0.5.0",
"gulp-rename": "^1.2.0",
"gulp-strip-debug": "1.0.2",
"gulp-zip": "2.0.3",
"jquery": "3.2.0",
"merge-stream": "0.1.7"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"github",
"codesy",
"bid",
"fix",
"issues"
],
"main": "gulpfile.js",
"homepage": "https://github.com/codesy/widgets",
"id": "jid1-c7AoVz4RhpFuGA",
"description": "View codesy bids while on github issue pages",
"devDependencies": {
"run-sequence": "^1.1.5"
}
}