source: frontend/node_modules/ini/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: 845 bytes
Line 
1{
2 "author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)",
3 "name": "ini",
4 "description": "An ini encoder/decoder for node",
5 "version": "1.3.8",
6 "repository": {
7 "type": "git",
8 "url": "git://github.com/isaacs/ini.git"
9 },
10 "main": "ini.js",
11 "scripts": {
12 "eslint": "eslint",
13 "lint": "npm run eslint -- ini.js test/*.js",
14 "lintfix": "npm run lint -- --fix",
15 "test": "tap",
16 "posttest": "npm run lint",
17 "preversion": "npm test",
18 "postversion": "npm publish",
19 "prepublishOnly": "git push origin --follow-tags"
20 },
21 "devDependencies": {
22 "eslint": "^7.9.0",
23 "eslint-plugin-import": "^2.22.0",
24 "eslint-plugin-node": "^11.1.0",
25 "eslint-plugin-promise": "^4.2.1",
26 "eslint-plugin-standard": "^4.0.1",
27 "tap": "14"
28 },
29 "license": "ISC",
30 "files": [
31 "ini.js"
32 ]
33}
Note: See TracBrowser for help on using the repository browser.