-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathpackage.json
36 lines (36 loc) · 850 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": "d3-molecule",
"version": "1.2.0",
"description": "Javascript and D3 based Chemoinformatic Tool to make learning Chemical Bonding easy",
"repository": "https://github.com/arpitnarechania/d3-molecule.git",
"main": "index.html",
"scripts": {
"test": "mocha"
},
"keywords": [
"molecule",
"atom",
"chemoinformatics",
"d3",
"d3.js",
"javascript",
"visualization"
],
"author": "Arpit Narechania",
"license": "MIT",
"devDependencies": {
"blueimp-canvas-to-blob": "^3.7.0",
"bootstrap": "^3.3.7",
"chai": "^3.5.0",
"chai-things": "^0.2.0",
"d3": "^3.5.17",
"file-saver": "^1.3.3",
"font-awesome": "^4.7.0",
"jquery": "^3.1.1",
"jquery-ui-dist": "^1.12.1",
"jsdom": "^9.11.0",
"mocha": "^3.2.0",
"sinon": "^1.17.7",
"three": "^0.84.0"
}
}