orionsoft-react-scripts
Version:
Orionsoft Configuration and scripts for Create React App.
23 lines (22 loc) • 465 B
JSON
{
"name": "yallist",
"version": "2.0.0",
"description": "Yet Another Linked List",
"main": "yallist.js",
"directories": {
"test": "test"
},
"dependencies": {},
"devDependencies": {
"tap": "^2.3.2"
},
"scripts": {
"test": "tap test/*.js --cov"
},
"repository": {
"type": "git",
"url": "git+https://github.com/isaacs/yallist.git"
},
"author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)",
"license": "ISC"
}