-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
36 lines (36 loc) · 818 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"name": "crystcif-parse",
"version": "0.2.8",
"description": "A parser for crystallographic CIF files",
"main": "index.js",
"scripts": {
"test": "mocha --reporter spec"
},
"repository": {
"type": "git",
"url": "git+https://github.com/stur86/crystcif-parse.git"
},
"keywords": [
"CIF",
"crystallography",
"parser"
],
"author": "Simone Sturniolo <simonesturniolo@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/stur86/crystcif-parse/issues"
},
"homepage": "https://github.com/stur86/crystcif-parse#readme",
"dependencies": {
"mathjs": "^7.6.0",
"mendeleev": "^1.2.2"
},
"devDependencies": {
"chai": "^4.3.4",
"chai-almost": "^1.0.1",
"mocha": "^7.2.0"
},
"bin": {
"validate-cif": "./bin/validate.js"
}
}