UNPKG

1.31 kBJSONView Raw
1{
2 "name": "viralify",
3 "version": "0.3.0",
4 "description": "Injects one or more browserify transforms into all dependencies of a package recursively.",
5 "main": "index.js",
6 "bin": {
7 "viralify": "bin/viralify.js"
8 },
9 "scripts": {
10 "test-main": "tap test/*.js",
11 "test-0.8": "nave use 0.8 npm run test-main",
12 "test-0.10": "nave use 0.10 npm run test-main",
13 "test-all": "npm run test-main && npm run test-0.8 && npm run test-0.10",
14 "test": "if [ -e $TRAVIS ]; then npm run test-all; else npm run test-main; fi"
15 },
16 "repository": {
17 "type": "git",
18 "url": "git://github.com/thlorenz/viralify.git"
19 },
20 "homepage": "https://github.com/thlorenz/viralify",
21 "dependencies": {
22 "glob": "~3.2.7",
23 "runnel": "~0.5.1",
24 "minimist": "0.0.5",
25 "ansicolors": "~0.3.2"
26 },
27 "devDependencies": {
28 "nave": "~0.4.3",
29 "tap": "~0.4.3",
30 "rimraf": "~2.2.5",
31 "cpr": "~0.1.1"
32 },
33 "keywords": [
34 "browserify",
35 "recursive",
36 "global",
37 "transform",
38 "viral",
39 "inject"
40 ],
41 "author": {
42 "name": "Thorsten Lorenz",
43 "email": "thlorenz@gmx.de",
44 "url": "http://thlorenz.com"
45 },
46 "license": {
47 "type": "MIT",
48 "url": "https://github.com/thlorenz/viralify/blob/master/LICENSE"
49 },
50 "engine": {
51 "node": ">=0.6"
52 }
53}