mirror of
https://github.com/HenShalom/json-version-control.git
synced 2026-05-15 14:15:49 -06:00
21 lines
No EOL
503 B
JSON
21 lines
No EOL
503 B
JSON
{
|
|
"name": "json-version-control",
|
|
"version": "1.0.0",
|
|
"description": "easy to use and simple json version control ",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "mocha --require babel-core/register --watch "
|
|
},
|
|
"author": "Hen Shalom",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"babel-cli": "^6.26.0",
|
|
"babel-preset-es2015": "^6.24.1",
|
|
"babel-preset-es2017": "^6.24.1",
|
|
"chai": "^4.1.2",
|
|
"mocha": "^5.0.1"
|
|
},
|
|
"dependencies": {
|
|
"babel-polyfill": "^6.26.0"
|
|
}
|
|
} |