-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
52 lines (52 loc) · 1.27 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
{
"name": "manifestation",
"version": "2.0.9",
"description": "Generate a Web App Manifest form your existing HTML",
"main": "lib/index",
"scripts": {
"test": "npm run lint && npm run mocha",
"lint": "eslint .",
"mocha": "mocha ./test/**/*.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/patrickkettner/manifestation.git"
},
"keywords": [
"web",
"app",
"manifest",
"appmanifest"
],
"author": "Patrick Kettner",
"license": "MIT",
"bugs": {
"url": "https://github.com/patrickkettner/manifestation/issues"
},
"homepage": "https://github.com/patrickkettner/manifestation#readme",
"dependencies": {
"async": "^1.5.2",
"cheerio": "^0.20.0",
"cld": "^2.4.6",
"eslint-config-hapi": "^9.1.0",
"expect": "^1.20.1",
"file-type": "^3.8.0",
"icojs": "^0.4.0",
"image-size": "^0.5.0",
"image-type": "^2.1.0",
"lodash": "^4.13.1",
"mime-types": "^2.1.11",
"request": "^2.72.0",
"strip-combining-marks": "^0.1.0",
"tld-extract": "^1.0.1",
"valid-url": "^1.0.9",
"xregexp": "^3.1.1"
},
"devDependencies": {
"eslint": "^2.13.0",
"eslint-plugin-hapi": "^4.0.0",
"istanbul": "^1.0.0-alpha.2",
"mocha": "^2.5.3",
"sinon": "^1.17.4"
}
}