-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 959 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 959 Bytes
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
{
"name": "hexo-filter-asset-inline",
"version": "1.1.0",
"description": "inline css and js files on generate site",
"main": "index.js",
"scripts": {
"test": "mocha",
"test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"
},
"repository": {
"type": "git",
"url": "https://github.com/JamesPan/hexo-filter-asset-inline"
},
"keywords": [
"hexo",
"filter",
"css",
"js",
"inline"
],
"author": "Pan Jiabang",
"license": "MIT",
"bugs": {
"url": "https://github.com/JamesPan/hexo-filter-asset-inline/issues"
},
"homepage": "https://github.com/JamesPan/hexo-filter-asset-inline",
"dependencies": {
"cheerio": "^0.19.0",
"functional.js": "^0.7.0",
"hexo-fs": "^0.1.5",
"is-url": "^1.2.1",
"sync-request": "^2.1.0"
},
"devDependencies": {
"chai": "^3.4.0",
"istanbul": "^0.4.0",
"mocha": "*"
}
}