mirror of
https://github.com/toptal/gitignore.io.git
synced 2021-05-12 18:32:24 +03:00
19 lines
356 B
JSON
19 lines
356 B
JSON
{
|
|
"name": "gitignore.io",
|
|
"version": "1.0.0",
|
|
"license": "MIT",
|
|
"private": true,
|
|
"devDependencies": {
|
|
"jest": "^25.1.0",
|
|
"jest-puppeteer": "^4.4.0",
|
|
"puppeteer": "^2.1.1"
|
|
},
|
|
"scripts": {
|
|
"build": "git submodule update --init --recursive",
|
|
"test": "jest e2e-tests"
|
|
},
|
|
"dependencies": {
|
|
"superagent": "^5.2.2"
|
|
}
|
|
}
|