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:
660 bytes
|
Rev | Line | |
---|
[d565449] | 1 | {
|
---|
| 2 | "name": "globals",
|
---|
| 3 | "version": "11.12.0",
|
---|
| 4 | "description": "Global identifiers from different JavaScript environments",
|
---|
| 5 | "license": "MIT",
|
---|
| 6 | "repository": "sindresorhus/globals",
|
---|
| 7 | "author": {
|
---|
| 8 | "name": "Sindre Sorhus",
|
---|
| 9 | "email": "sindresorhus@gmail.com",
|
---|
| 10 | "url": "sindresorhus.com"
|
---|
| 11 | },
|
---|
| 12 | "engines": {
|
---|
| 13 | "node": ">=4"
|
---|
| 14 | },
|
---|
| 15 | "scripts": {
|
---|
| 16 | "test": "xo && ava"
|
---|
| 17 | },
|
---|
| 18 | "files": [
|
---|
| 19 | "index.js",
|
---|
| 20 | "globals.json"
|
---|
| 21 | ],
|
---|
| 22 | "keywords": [
|
---|
| 23 | "globals",
|
---|
| 24 | "global",
|
---|
| 25 | "identifiers",
|
---|
| 26 | "variables",
|
---|
| 27 | "vars",
|
---|
| 28 | "jshint",
|
---|
| 29 | "eslint",
|
---|
| 30 | "environments"
|
---|
| 31 | ],
|
---|
| 32 | "devDependencies": {
|
---|
| 33 | "ava": "0.21.0",
|
---|
| 34 | "xo": "0.18.0"
|
---|
| 35 | },
|
---|
| 36 | "xo": {
|
---|
| 37 | "ignores": [
|
---|
| 38 | "get-browser-globals.js"
|
---|
| 39 | ]
|
---|
| 40 | }
|
---|
| 41 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.