Files
xen-orchestra/package.json

41 lines
989 B
JSON
Raw Normal View History

2016-09-16 18:09:18 +02:00
{
"name": "xo-import-servers-csv",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "tsc",
"dev": "tsc -w",
"lint": "tslint",
"posttest": "npm run lint"
},
"repository": {
"type": "git",
"url": "git+https://github.com/julien-f/xo-import-servers-csv.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/julien-f/xo-import-servers-csv/issues"
},
"homepage": "https://github.com/julien-f/xo-import-servers-csv#readme",
"dependencies": {
"csv-parser": "^1.11.0",
"end-of-stream": "^1.1.0",
"event-to-promise": "^0.7.0",
"exec-promise": "^0.6.1",
"highland": "^2.10.0",
"through2": "^2.0.1",
"xo-lib": "^0.8.0"
},
"devDependencies": {
"@types/node": "^6.0.38",
"@types/through2": "0.0.28",
"jest": "^15.1.1",
"tslint": "^3.15.1",
"tslint-config-standard": "^1.3.0",
"typescript": "^2.1.0-dev.20160915"
}
}