source: imaps-frontend/node_modules/shebang-command/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: 558 bytes
RevLine 
[d565449]1{
2 "name": "shebang-command",
3 "version": "2.0.0",
4 "description": "Get the command from a shebang",
5 "license": "MIT",
6 "repository": "kevva/shebang-command",
7 "author": {
8 "name": "Kevin Mårtensson",
9 "email": "kevinmartensson@gmail.com",
10 "url": "github.com/kevva"
11 },
12 "engines": {
13 "node": ">=8"
14 },
15 "scripts": {
16 "test": "xo && ava"
17 },
18 "files": [
19 "index.js"
20 ],
21 "keywords": [
22 "cmd",
23 "command",
24 "parse",
25 "shebang"
26 ],
27 "dependencies": {
28 "shebang-regex": "^3.0.0"
29 },
30 "devDependencies": {
31 "ava": "^2.3.0",
32 "xo": "^0.24.0"
33 }
34}
Note: See TracBrowser for help on using the repository browser.