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