Skip to content
Permalink
ae5ff9502d
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
25 lines (25 sloc) 688 Bytes
{
"name": "back-forward-history",
"version": "1.1.2",
"description": "This is an addon to the history JavaScript library. It enables tracking of back and forward locations.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "babel index_src.js > index.js"
},
"author": "UConn Center for Open Research, Resrouces, and Equipment",
"license": "MIT",
"repository": {
"type": "git",
"url": "git@github.uconn.edu:Brandon/BackForwardHistory.git"
},
"keywords": [
"history",
"react",
"react-router"
],
"devDependencies": {
"babel-cli": "^6.14.0",
"babel-preset-es2015": "^6.14.0"
}
}