UNPKG

1.21 kBJSONView Raw
1{
2 "name": "juice",
3 "version": "4.2.0",
4 "description": "Inlines css into html source",
5 "bin": "bin/juice",
6 "main": "index.js",
7 "browser": "client.js",
8 "scripts": {
9 "test": "mocha --reporter spec && npm run test-typescript",
10 "testcover": "istanbul cover node_modules/mocha/bin/_mocha -- -R spec",
11 "test-typescript": "tsc ./test/typescript/juice-tests.ts && rm ./test/typescript/juice-tests.js",
12 "browserify": "browserify client.js -o tmp/bundle.js --standalone juice"
13 },
14 "license": "MIT",
15 "contributors": [
16 {
17 "name": "Guillermo Rauch"
18 },
19 {
20 "name": "Andrew Kelley"
21 },
22 {
23 "name": "Jarrett Widman"
24 }
25 ],
26 "engines": {
27 "node": ">=4.2.0"
28 },
29 "types": "juice.d.ts",
30 "dependencies": {
31 "cheerio": "^0.22.0",
32 "commander": "2.9.0",
33 "cross-spawn": "^5.0.1",
34 "deep-extend": "^0.5.0",
35 "mensch": "^0.3.3",
36 "slick": "1.12.2",
37 "web-resource-inliner": "^4.2.0"
38 },
39 "devDependencies": {
40 "batch": "0.5.3",
41 "browserify": "^13.1.1",
42 "mocha": "^3.1.2",
43 "should": "^11.1.1",
44 "typescript": "^2.0.3"
45 },
46 "repository": {
47 "type": "git",
48 "url": "https://github.com/Automattic/juice.git"
49 }
50}