Jon Moss 613cdcaf0b Update Readme docs
Adding element rendered the editor; otherwise editor wouldn't render for me.
2015-08-11 16:19:25 +01:00

64 lines
1.7 KiB
JSON

{
"name": "deprecated",
"description": "Tool for deprecating things",
"version": "0.0.1",
"homepage": "http://github.com/wearefractal/deprecated",
"repository": {
"type": "git",
"url": "git://github.com/wearefractal/deprecated.git"
},
"author": {
"name": "Fractal",
"email": "contact@wearefractal.com",
"url": "http://wearefractal.com/"
},
"main": "./index.js",
"dependencies": {},
"devDependencies": {
"mocha": "~1.17.0",
"should": "~3.1.0",
"mocha-lcov-reporter": "~0.0.1",
"coveralls": "~2.6.1",
"istanbul": "~0.2.3",
"rimraf": "~2.2.5",
"jshint": "~2.4.1"
},
"scripts": {
"test": "mocha --reporter spec && jshint",
"coveralls": "istanbul cover _mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | coveralls && rm -rf ./coverage"
},
"engines": {
"node": ">= 0.9"
},
"licenses": [
{
"type": "MIT",
"url": "http://github.com/wearefractal/deprecated/raw/master/LICENSE"
}
],
"bugs": {
"url": "https://github.com/wearefractal/deprecated/issues"
},
"_id": "deprecated@0.0.1",
"dist": {
"shasum": "f9c9af5464afa1e7a971458a8bdef2aa94d5bb19",
"tarball": "http://registry.npmjs.org/deprecated/-/deprecated-0.0.1.tgz"
},
"_from": "deprecated@>=0.0.1 <0.0.2",
"_npmVersion": "1.3.24",
"_npmUser": {
"name": "fractal",
"email": "contact@wearefractal.com"
},
"maintainers": [
{
"name": "fractal",
"email": "contact@wearefractal.com"
}
],
"directories": {},
"_shasum": "f9c9af5464afa1e7a971458a8bdef2aa94d5bb19",
"_resolved": "https://registry.npmjs.org/deprecated/-/deprecated-0.0.1.tgz",
"readme": "ERROR: No README data found!"
}