UNPKG

ini-extended-bccp

Version:
26 lines (25 loc) 633 B
{ "name": "ini-extended-bccp", "version": "1.1.1", "description": "An extension of npm ini that strip comments", "repository": { "type": "git", "url": "git://github.com/fsystemdevelopment/ini-extended.git" }, "main": "./dist/lib/index.js", "types": "./dist/lib/index.d.ts", "scripts": { "tsc": "./node_modules/.bin/tsc -p ./tsconfig.json", "test": "node ./dist/test/main" }, "author": "Bccp", "license": "MIT", "dependencies": { "ini": "^1.3.4" }, "devDependencies": { "@types/ini": "^1.3.29", "@types/node": "^4.0.0", "typescript": "^2.1.4" } }