mirror of
https://github.com/morhetz/gruvbox.git
synced 2025-11-19 17:13:49 -05:00
chore(package): re-init package with commitizen and standard-release
This commit is contained in:
36
node_modules/pinkie/package.json
generated
vendored
Normal file
36
node_modules/pinkie/package.json
generated
vendored
Normal file
@@ -0,0 +1,36 @@
|
||||
{
|
||||
"name": "pinkie",
|
||||
"version": "2.0.4",
|
||||
"description": "Itty bitty little widdle twinkie pinkie ES2015 Promise implementation",
|
||||
"license": "MIT",
|
||||
"repository": "floatdrop/pinkie",
|
||||
"author": {
|
||||
"name": "Vsevolod Strukchinsky",
|
||||
"email": "floatdrop@gmail.com",
|
||||
"url": "github.com/floatdrop"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=0.10.0"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "xo && nyc mocha",
|
||||
"coverage": "nyc report --reporter=text-lcov | coveralls"
|
||||
},
|
||||
"files": [
|
||||
"index.js"
|
||||
],
|
||||
"keywords": [
|
||||
"promise",
|
||||
"promises",
|
||||
"es2015",
|
||||
"es6"
|
||||
],
|
||||
"devDependencies": {
|
||||
"core-assert": "^0.1.1",
|
||||
"coveralls": "^2.11.4",
|
||||
"mocha": "*",
|
||||
"nyc": "^3.2.2",
|
||||
"promises-aplus-tests": "*",
|
||||
"xo": "^0.10.1"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user