orionsoft-react-scripts
Version:
Orionsoft Configuration and scripts for Create React App.
42 lines (41 loc) • 923 B
JSON
{
"name": "reduce-function-call",
"version": "1.0.1",
"description": "Reduce function calls in a string, using a callback",
"keywords": [
"string",
"reduce",
"replacement",
"function",
"call",
"eval",
"interpret"
],
"author": "MoOx",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/MoOx/reduce-function-call.git"
},
"files": [
"CHANGELOG.md",
"LICENSE",
"README.md",
"index.js"
],
"dependencies": {
"balanced-match": "~0.1.0"
},
"devDependencies": {
"jscs": "^1.5.9",
"jshint": "^2.5.2",
"jshint-stylish": "^0.4.0",
"tap-colorize": "^1.2.0",
"tape": "^2.13.4"
},
"scripts": {
"jscs": "jscs *.js **/*.js",
"jshint": "jshint . --exclude node_modules --reporter node_modules/jshint-stylish/stylish.js",
"test": "npm run jscs && npm run jshint && tape test | tap-colorize"
}
}