-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1008 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
43
44
45
46
{
"name": "blurrd",
"version": "0.1.0",
"description": "Blurred image previews on the web",
"main": "blurrd.js",
"scripts": {
"test": "mocha"
},
"author": "Alizain Feerasta",
"license": "MIT",
"devDependencies": {
"babel-eslint": "^4.1.5",
"chai": "^3.4.1",
"eslint": "^1.9.0",
"jquery": "^2.1.4",
"jquery-lazyload": "^1.9.7",
"mocha": "^2.3.4"
},
"dependencies": {
"bluebird": "^3.0.5",
"cheerio": "^0.19.0",
"clean-css": "^3.4.8",
"colors": "^1.1.2",
"gm": "^1.21.1",
"lodash": "^3.10.1",
"mkdirp": "^0.5.1",
"request": "^2.65.0",
"uglify-js": "^2.6.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/alizain/blurrd.git"
},
"preferGlobal": true,
"bin": {
"blurrd": "./cli.js"
},
"bugs": {
"url": "https://github.com/alizain/blurrd/issues"
},
"homepage": "https://github.com/alizain/blurrd#readme",
"directories": {
"example": "examples",
"test": "test"
}
}