Last change
on this file since 6c1585f was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
564 bytes
|
Line | |
---|
1 | {
|
---|
2 | "name": "shebang-regex",
|
---|
3 | "version": "1.0.0",
|
---|
4 | "description": "Regular expression for matching a shebang",
|
---|
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": ">=0.10.0"
|
---|
14 | },
|
---|
15 | "scripts": {
|
---|
16 | "test": "node test.js"
|
---|
17 | },
|
---|
18 | "files": [
|
---|
19 | "index.js"
|
---|
20 | ],
|
---|
21 | "keywords": [
|
---|
22 | "re",
|
---|
23 | "regex",
|
---|
24 | "regexp",
|
---|
25 | "shebang",
|
---|
26 | "match",
|
---|
27 | "test"
|
---|
28 | ],
|
---|
29 | "devDependencies": {
|
---|
30 | "ava": "0.0.4"
|
---|
31 | }
|
---|
32 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.