UNPKG

935 BJSONView Raw
1{
2 "name": "inline-js",
3 "version": "0.4.0",
4 "description": "Static assets inliner",
5 "author": "eight04 <eight04@gmail.com>",
6 "license": "MIT",
7 "scripts": {
8 "test": "eslint **/*.js && mocha",
9 "preversion": "npm test",
10 "version": "npm run build && git add .",
11 "postversion": "git push --follow-tags && npm publish",
12 "build": "node cli.js README.md -o README.md",
13 "prepack": "crlf --set=LF cli.js"
14 },
15 "bin": {
16 "inlinejs": "cli.js"
17 },
18 "main": "index.js",
19 "dependencies": {
20 "clean-css": "^3.4.24",
21 "fs-extra": "^2.0.0",
22 "haye": "^1.0.1",
23 "js-tokens": "^3.0.1",
24 "mime": "^2.0.2",
25 "neodoc": "^1.3.1",
26 "pathlib": "^0.1.2",
27 "treeify": "^1.0.1"
28 },
29 "devDependencies": {
30 "chai": "^3.5.0",
31 "chai-subset": "^1.4.0",
32 "crlf": "^1.1.1",
33 "mocha": "^3.2.0",
34 "proxyquire": "^1.7.10",
35 "sinon": "^1.17.7"
36 },
37 "repository": "eight04/inline-js"
38}