Files
speckle-server/packages/ifc-parser/package.json
T
2021-09-28 09:54:35 +01:00

27 lines
685 B
JSON

{
"name": "ifc-parser",
"version": "1.0.0",
"description": "> TODO: description",
"author": "Dimitrie Stefanescu <didimitrie@gmail.com>",
"homepage": "https://github.com/specklesystems/speckle-server#readme",
"license": "SEE LICENSE IN readme.md",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/specklesystems/speckle-server.git"
},
"scripts": {
"test": "node index.js"
},
"bugs": {
"url": "https://github.com/specklesystems/speckle-server/issues"
},
"dependencies": {
"crypto-random-string": "^3.3.1",
"eslint": "^7.29.0",
"knex": "^0.95.11",
"pg": "^8.7.1",
"web-ifc": "0.0.24"
}
}