UNPKG

980 BJSONView Raw
1{
2 "name": "exorcist",
3 "version": "0.1.2",
4 "description": "Externalizes the source map found inside a stream to an external `.js.map` file",
5 "bin": {
6 "exorcist": "./bin/exorcist.js"
7 },
8 "main": "index.js",
9 "scripts": {
10 "test": "tap test/*.js"
11 },
12 "repository": {
13 "type": "git",
14 "url": "git://github.com/thlorenz/exorcist.git"
15 },
16 "homepage": "https://github.com/thlorenz/exorcist",
17 "dependencies": {
18 "convert-source-map": "~0.3.3",
19 "minimist": "0.0.5",
20 "through2": "~0.4.0"
21 },
22 "devDependencies": {
23 "tap": "~0.4.3",
24 "browserify": "~3.20.0"
25 },
26 "keywords": [
27 "source-map",
28 "source",
29 "map",
30 "external",
31 "mapfile",
32 "browserify"
33 ],
34 "author": {
35 "name": "Thorsten Lorenz",
36 "email": "thlorenz@gmx.de",
37 "url": "http://thlorenz.com"
38 },
39 "license": {
40 "type": "MIT",
41 "url": "https://github.com/thlorenz/exorcist/blob/master/LICENSE"
42 },
43 "engine": {
44 "node": ">=0.6"
45 }
46}