Files
gitignore.io/package.json
Ming Chen 67b534c7e3 Migrate to Toptal (#494)
* Migrate to Toptal

* updated repository urls

* synced the submodule for templates
2020-06-08 17:40:06 +08:00

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"
}
}