-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 794 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 794 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
34
{
"name": "interval-tree2",
"version": "1.1.0",
"description": "interval tree in javascript",
"main": "index.js",
"scripts": {
"test": "grunt"
},
"repository": {
"type": "git",
"url": "https://github.com/shinout/interval-tree2.git"
},
"bugs": {
"url": "https://github.com/shinout/interval-tree2/issues"
},
"homepage": "https://github.com/shinout/interval-tree2",
"keywords": [
"tree",
"interval",
"range",
"algorithm"
],
"author": "SHIN Suzuki <shinout310@gmail.com>",
"license": "MIT",
"dependencies": {},
"devDependencies": {
"browserify": "^11.1.0",
"coffeeify": "^1.1.0",
"grunt": "^0.4.5",
"grunt-contrib-coffee": "^0.13.0",
"grunt-contrib-yuidoc": "^0.7.0",
"grunt-mocha-chai-sinon": "0.0.9"
}
}