-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
40 lines (40 loc) · 889 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
{
"name": "chromewut",
"version": "0.3.0",
"description": "Chrome Extension for Wut.link",
"main": "all.min.js",
"scripts": {
"test": "gulp test",
"coveralls": "gulp coveralls",
"start": "gulp"
},
"repository": {
"type": "git",
"url": "https://github.com/natedsaint/chromewut.git"
},
"keywords": [
"chrome",
"extension",
"shortener",
"wut"
],
"author": "[email protected]",
"license": "ISC",
"bugs": {
"url": "https://github.com/natedsaint/chromewut/issues"
},
"homepage": "https://github.com/natedsaint/chromewut",
"dependencies": {
"gulp": "3.8.x",
"jquery": "2.1.x",
"node-jsdom": "3.1.x",
"gulp-uglify": "1.2.x",
"gulp-jasmine": "2.0.x",
"gulp-markdown": "1.0.0",
"gulp-concat": "2.5.x",
"gulp-coverage": "0.3.x"
},
"devDependencies": {
"gulp-coveralls": "^0.1.4"
}
}