-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
36 lines (36 loc) · 938 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": "geotech-utils",
"version": "0.0.1",
"description": "Geotechnical calculation tools",
"main": "index.js",
"scripts": {
"test": "nyc mocha test --require babel-core/register"
},
"repository": {
"type": "git",
"url": "git+https://github.com/stephenhillier/geotech-utils.git"
},
"keywords": [
"geotech",
"geotechnical",
"engineering"
],
"author": "stephenhillier@gmail.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/stephenhillier/geotech-utils/issues"
},
"homepage": "https://github.com/stephenhillier/geotech-utils#readme",
"devDependencies": {
"babel-core": "^6.26.3",
"babel-preset-es2015": "^6.24.1",
"coveralls": "^3.0.0",
"eslint": "^4.15.0",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-plugin-import": "^2.8.0",
"mocha": "^4.1.0",
"mocha-lcov-reporter": "^1.3.0",
"nyc": "^13.3.0"
},
"dependencies": {}
}