Initial commit
[yaffs-website] / node_modules / replace-ext / package.json
1 {
2   "_args": [
3     [
4       "replace-ext@0.0.1",
5       "/var/www/yaffs/node_modules/gulp-util"
6     ]
7   ],
8   "_from": "replace-ext@0.0.1",
9   "_id": "replace-ext@0.0.1",
10   "_inCache": true,
11   "_installable": true,
12   "_location": "/replace-ext",
13   "_npmUser": {
14     "email": "contact@wearefractal.com",
15     "name": "fractal"
16   },
17   "_npmVersion": "1.4.4",
18   "_phantomChildren": {},
19   "_requested": {
20     "name": "replace-ext",
21     "raw": "replace-ext@0.0.1",
22     "rawSpec": "0.0.1",
23     "scope": null,
24     "spec": "0.0.1",
25     "type": "version"
26   },
27   "_requiredBy": [
28     "/gulp-util",
29     "/vinyl"
30   ],
31   "_resolved": "https://registry.npmjs.org/replace-ext/-/replace-ext-0.0.1.tgz",
32   "_shasum": "29bbd92078a739f0bcce2b4ee41e837953522924",
33   "_shrinkwrap": null,
34   "_spec": "replace-ext@0.0.1",
35   "_where": "/var/www/yaffs/node_modules/gulp-util",
36   "author": {
37     "email": "contact@wearefractal.com",
38     "name": "Fractal",
39     "url": "http://wearefractal.com/"
40   },
41   "bugs": {
42     "url": "https://github.com/wearefractal/replace-ext/issues"
43   },
44   "dependencies": {},
45   "description": "Replaces a file extension with another one",
46   "devDependencies": {
47     "coveralls": "~2.6.1",
48     "istanbul": "~0.2.3",
49     "jshint": "~2.4.1",
50     "mocha": "~1.17.0",
51     "mocha-lcov-reporter": "~0.0.1",
52     "rimraf": "~2.2.5",
53     "should": "~3.1.0"
54   },
55   "directories": {},
56   "dist": {
57     "shasum": "29bbd92078a739f0bcce2b4ee41e837953522924",
58     "tarball": "https://registry.npmjs.org/replace-ext/-/replace-ext-0.0.1.tgz"
59   },
60   "engines": {
61     "node": ">= 0.4"
62   },
63   "homepage": "http://github.com/wearefractal/replace-ext",
64   "licenses": [
65     {
66       "type": "MIT",
67       "url": "http://github.com/wearefractal/replace-ext/raw/master/LICENSE"
68     }
69   ],
70   "main": "./index.js",
71   "maintainers": [
72     {
73       "name": "fractal",
74       "email": "contact@wearefractal.com"
75     }
76   ],
77   "name": "replace-ext",
78   "optionalDependencies": {},
79   "readme": "ERROR: No README data found!",
80   "repository": {
81     "type": "git",
82     "url": "git://github.com/wearefractal/replace-ext.git"
83   },
84   "scripts": {
85     "coveralls": "istanbul cover _mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | coveralls && rm -rf ./coverage",
86     "test": "mocha --reporter spec && jshint"
87   },
88   "version": "0.0.1"
89 }