-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
53 lines (53 loc) · 1.44 KB
/
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
43
44
45
46
47
48
49
50
51
52
53
{
"name": "will-save",
"version": "0.9.0",
"description": "Block time wasting sites until enough duolingo reviews have been done.",
"main": "index.js",
"scripts": {
"build": "gulp chrome firefox",
"dist": "gulp chrome-dist firefox-dist",
"watch": "gulp watch-chrome"
},
"repository": {
"type": "git",
"url": "git+https://github.com/unregistered/will-save.git"
},
"author": "Chris Li <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/unregistered/will-save/issues"
},
"homepage": "https://github.com/unregistered/will-save#readme",
"devDependencies": {
"@types/mousetrap": "^1.6.0",
"browserify": "^14.1.0",
"event-stream": "^3.3.4",
"factor-bundle": "^2.5.0",
"fs": "0.0.1-security",
"gulp": "^3.9.1",
"gulp-clean": "^0.3.2",
"gulp-run-sequence": "^0.3.2",
"gulp-shell": "^0.6.3",
"gulp-uglify": "^2.1.2",
"gulp-util": "^3.0.8",
"gulp-zip": "^4.0.0",
"multistream-merge": "^0.2.0",
"prettier": "^1.10.2",
"tsify": "^3.0.1",
"typescript": "^2.3.2",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
},
"dependencies": {
"@types/chrome": "0.0.44",
"@types/jquery": "^2.0.41",
"@types/lodash": "^4.14.58",
"@types/loglevel": "^1.4.29",
"@types/node": "^7.0.12",
"jquery": "^3.2.1",
"lodash": "^4.17.4",
"loglevel": "^1.4.1",
"mousetrap": "^1.6.1",
"web-ext-types": "^0.2.0"
}
}