UNPKG

1.14 kBJSONView Raw
1{
2 "name": "gulp-inline",
3 "version": "0.0.5",
4 "description": "Inline styles and scripts into an html file.",
5 "main": "index.js",
6 "scripts": {
7 "test": "istanbul test ./node_modules/mocha/bin/_mocha --report lcov -- -R spec",
8 "badge": "coverage-badge `coverage-percentage ./coverage/lcov.info --lcov` badge.png"
9 },
10 "repository": {
11 "type": "git",
12 "url": "https://github.com/ashaffer/gulp-inline.git"
13 },
14 "author": "ashaffer",
15 "license": "ISC",
16 "bugs": {
17 "url": "https://github.com/ashaffer/gulp-inline/issues"
18 },
19 "homepage": "https://github.com/ashaffer/gulp-inline",
20 "devDependencies": {
21 "chai": "~1.9.0",
22 "mocha": "*",
23 "lcov-parse": "0.0.6",
24 "coverage-percentage": "*",
25 "coverage-badge": "git://github.com/ashaffer/node-coverage-badge#patch-1",
26 "istanbul": "~0.2.6"
27 },
28 "keywords": [
29 "inline",
30 "gulp",
31 "gulp inline",
32 "inline css",
33 "inline js",
34 "compress html"
35 ],
36 "dependencies": {
37 "event-stream": "~3.1.0",
38 "cheerio": "~0.13.1",
39 "gulp": "~3.5.5",
40 "lodash": "~2.4.1",
41 "through2": "~0.4.1",
42 "gulp-util": "~2.2.14"
43 }
44}