-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 900 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 900 Bytes
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
{
"name": "fit",
"description": ".fit file parser",
"version": "0.0.5",
"homepage": "http://github.com/plus3network/fit",
"repository": "git://github.com/plus3network/fit.git",
"author": "Plus 3 Network Inc <dev@plus3network.com> (http://plus3network.com/)",
"main": "./index.js",
"dependencies": {
"coffee-script": "^1.12.6",
"java": "^0.8.0"
},
"devDependencies": {
"coveralls": "*",
"istanbul": "*",
"mocha": "^3.4.2",
"should": "^11.2.1",
"time": "*"
},
"scripts": {
"test": "./node_modules/istanbul/lib/cli.js cover ./node_modules/.bin/_mocha -- --compilers coffee:coffee-script/register",
"coveralls": "cat ./coverage/lcov.info | ./node_modules/.bin/coveralls"
},
"engines": {
"node": ">=0.10.40"
},
"licenses": [
{
"type": "MIT",
"url": "http://github.com/plus3network/fit/raw/master/LICENSE"
}
]
}