forked from ORNL-AMO/AMO-Tools-Suite
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 878 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
{
"name": "amo-tools-suite",
"version": "0.1.39",
"description": "Calculation library for the Department of Energy Advanced Manufacturing Office (DOE AMO) suite of tools",
"main": "./build/Release/bridge",
"directories": {
"test": "tests"
},
"gypfile": true,
"dependencies": {
"nan": "^2.5.1",
"node-gyp": "^3.6.2"
},
"devDependencies": {
"bindings": "^1.2.1",
"tap": "^10.3.1"
},
"engines": {
"node": "^8.1.0",
"npm": "^5.0.0"
},
"scripts": {
"test": "tap debug tests/js/*.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ORNL-AMO/AMO-Tools-Suite.git#node-addon"
},
"author": "Gina Accawi <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/ORNL-AMO/AMO-Tools-Suite/issues"
},
"homepage": "https://github.com/ORNL-AMO/AMO-Tools-Suite#readme"
}