-
Notifications
You must be signed in to change notification settings - Fork 49
/
package.json
42 lines (42 loc) · 925 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
{
"name": "philter",
"version": "1.5.0",
"description": "Philter is a JS plugin giving you the power to control CSS filters with HTML data attributes.",
"main": "lib/index.js",
"keywords": [
"philter",
"filter",
"css",
"svg",
"html"
],
"bin": {
"philter": "bin/philter.js"
},
"scripts": {
"test": "mocha --reporter spec -c"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Specro/Philter.git"
},
"author": "Liudas Dzisevicius",
"license": "MIT",
"bugs": {
"url": "https://github.com/Specro/Philter/issues"
},
"homepage": "http://specro.github.io/Philter/",
"dependencies": {
"bluebird": "^3.4.6",
"cheerio": "^0.22.0",
"commander": "^2.9.0",
"fs-extra": "^6.0.1",
"hex-rgb": "^3.0.0",
"is-html": "^1.0.0",
"lodash": "^4.17.10"
},
"devDependencies": {
"chai": "^4.1.2",
"mocha": "^5.2.0"
}
}