source: imaps-frontend/node_modules/shebang-regex/package.json

main
Last change on this file was d565449, checked in by stefan toskovski <stefantoska84@…>, 4 weeks ago

Update repo after prototype presentation

  • Property mode set to 100644
File size: 582 bytes
RevLine 
[d565449]1{
2 "name": "shebang-regex",
3 "version": "3.0.0",
4 "description": "Regular expression for matching a shebang line",
5 "license": "MIT",
6 "repository": "sindresorhus/shebang-regex",
7 "author": {
8 "name": "Sindre Sorhus",
9 "email": "sindresorhus@gmail.com",
10 "url": "sindresorhus.com"
11 },
12 "engines": {
13 "node": ">=8"
14 },
15 "scripts": {
16 "test": "xo && ava && tsd"
17 },
18 "files": [
19 "index.js",
20 "index.d.ts"
21 ],
22 "keywords": [
23 "regex",
24 "regexp",
25 "shebang",
26 "match",
27 "test",
28 "line"
29 ],
30 "devDependencies": {
31 "ava": "^1.4.1",
32 "tsd": "^0.7.2",
33 "xo": "^0.24.0"
34 }
35}
Note: See TracBrowser for help on using the repository browser.