12345678910111213141516171819202122232425262728293031 |
- {
- "name": "projet-dblp",
- "version": "0.0.1",
- "description": "Projet cours XML M2 Informatique Artois",
- "homepage": "https://github.com/Loquicom/",
- "author": {
- "name": "Arthur Brandao & Maxence Bacquet",
- "email": ""
- },
- "keywords": [
- "node",
- "nodejs",
- "xml",
- "dbpl",
- "sax"
- ],
- "main": "main.js",
- "private": true,
- "scripts": {
- "start": "node main.js",
- "prepare": "node main.js prepare ./data/dblp.xml"
- },
- "engines": {
- "node": ">=10.12.0"
- },
- "dependencies": {
- "commander": "^3.0.2",
- "inquirer": "^7.0.0",
- "sax": "^1.2.4"
- }
- }
|