-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
45 lines (45 loc) · 1.02 KB
/
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
37
38
39
40
41
42
43
44
45
{
"name": "inchi",
"version": "1.0.4",
"description": "International Chemical Identifier (InChI) for node.js programs",
"main": "lib/inchi.js",
"scripts": {
"install": "node-gyp rebuild",
"rebuild": "node-gyp rebuild",
"build": "node-gyp build",
"test": "node run-test.js",
"prepublish": "make prepublish"
},
"repository": {
"type": "git",
"url": "https://github.com/smikes/inchi.git"
},
"keywords": [
"chemistry",
"InChI",
"InChIKey"
],
"author": "Sam Mikes",
"license": "MIT",
"bugs": {
"url": "https://github.com/smikes/inchi/issues"
},
"homepage": "https://github.com/smikes/inchi",
"devDependencies": {
"byline": "~4.1.1",
"istanbul": "~0.2.1",
"jslint": "~0.2.8",
"mocha": "~1.16.2",
"molfile": "~0.0.5",
"node-cpplint": "~0.1.5",
"should": "~3.0.0",
"tap": "~0.4.8",
"yuidocjs": "~0.3.47",
"ichem-molecule": "~0.0.3"
},
"dependencies": {
"bindings": "~1.1.1",
"nan": "~0.8.0",
"cppunitlite": "~1.0.0"
}
}