source: frontend/node_modules/mdn-data/package.json

Last change on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 11 days ago

Fix frontend appearance

  • Property mode set to 100644
File size: 727 bytes
Line 
1{
2 "name": "mdn-data",
3 "version": "2.0.4",
4 "description": "Open Web data by the Mozilla Developer Network",
5 "main": "index.js",
6 "files": [
7 "api/*.json",
8 "css/*.json",
9 "l10n/*.json"
10 ],
11 "repository": {
12 "type": "git",
13 "url": "https://github.com/mdn/data.git"
14 },
15 "keywords": [
16 "data",
17 "mdn",
18 "mozilla",
19 "css"
20 ],
21 "author": "Mozilla Developer Network",
22 "license": "CC0-1.0",
23 "bugs": {
24 "url": "https://github.com/mdn/data/issues"
25 },
26 "homepage": "https://developer.mozilla.org",
27 "devDependencies": {
28 "ajv": "^5.0.1",
29 "better-ajv-errors": "^0.5.1"
30 },
31 "scripts": {
32 "lint": "node test/lint",
33 "travis": "npm test",
34 "test": "npm run lint"
35 }
36}
Note: See TracBrowser for help on using the repository browser.