mirror of
https://github.com/morhetz/gruvbox.git
synced 2025-11-20 09:33:49 -05:00
chore(package): re-init package with commitizen and standard-release
This commit is contained in:
51
node_modules/dedent/package.json
generated
vendored
Normal file
51
node_modules/dedent/package.json
generated
vendored
Normal file
@@ -0,0 +1,51 @@
|
||||
{
|
||||
"name": "dedent",
|
||||
"version": "0.6.0",
|
||||
"description": "An ES6 string tag that strips indentation from multi-line strings",
|
||||
"main": "dist/dedent.js",
|
||||
"files": [
|
||||
"dist/dedent.js",
|
||||
"LICENSE"
|
||||
],
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/dmnd/dedent.git"
|
||||
},
|
||||
"keywords": [
|
||||
"dedent",
|
||||
"tag",
|
||||
"multi-line string",
|
||||
"es6"
|
||||
],
|
||||
"author": {
|
||||
"name": "Desmond Brand",
|
||||
"email": "dmnd@desmondbrand.com",
|
||||
"url": "http://desmondbrand.com"
|
||||
},
|
||||
"license": "MIT",
|
||||
"bugs": {
|
||||
"url": "https://github.com/dmnd/dedent/issues"
|
||||
},
|
||||
"homepage": "https://github.com/dmnd/dedent",
|
||||
"devDependencies": {
|
||||
"babel-jest": "^5.0.1",
|
||||
"eslint": "^1.9.0",
|
||||
"gulp": "^3.8.10",
|
||||
"gulp-babel": "^5.1.0",
|
||||
"jest-cli": "^0.7.1"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "jest",
|
||||
"lint": "eslint dedent.js __tests__"
|
||||
},
|
||||
"jest": {
|
||||
"scriptPreprocessor": "<rootDir>/node_modules/babel-jest",
|
||||
"testFileExtensions": [
|
||||
"js"
|
||||
],
|
||||
"moduleFileExtensions": [
|
||||
"js",
|
||||
"json"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user