1234567891011121314151617181920212223242526272829 |
- {
- "name": "deprecated-decorator",
- "version": "0.1.6",
- "description": "A simple decorator for deprecated methods and properties.",
- "main": "bld/index.js",
- "typings": "bld/index.d.ts",
- "scripts": {
- "build": "tsc",
- "test": "node node_modules/mocha/bin/_mocha"
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/vilic/deprecated-decorator.git"
- },
- "keywords": ["deprecated", "decorator", "typescript", "babel", "es7"],
- "author": "vilicvane",
- "license": "MIT",
- "bugs": {
- "url": "https://github.com/vilic/deprecated-decorator/issues"
- },
- "homepage": "https://github.com/vilic/deprecated-decorator#readme",
- "devDependencies": {
- "chai": "latest",
- "mocha": "latest",
- "sinon": "latest",
- "source-map-support": "latest",
- "typescript": "latest"
- }
- }
|