orionsoft-react-scripts
Version:
Orionsoft Configuration and scripts for Create React App.
30 lines (29 loc) • 636 B
JSON
{
"name": "whatwg-encoding",
"description": "Decode strings according to the WHATWG Encoding Standard",
"keywords": [
"encoding",
"whatwg"
],
"version": "1.0.1",
"author": "Domenic Denicola <d@domenic.me> (https://domenic.me/)",
"license": "WTFPL",
"repository": "jsdom/whatwg-encoding",
"main": "lib/whatwg-encoding.js",
"files": [
"lib/"
],
"scripts": {
"test": "mocha",
"lint": "eslint lib test",
"update": "node scripts/update.js"
},
"dependencies": {
"iconv-lite": "0.4.13"
},
"devDependencies": {
"eslint": "^3.8.0",
"got": "^6.5.0",
"mocha": "^3.1.2"
}
}