-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
38 lines (38 loc) · 1.04 KB
/
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
37
38
{
"name": "rtree2d",
"version": "0.0.1",
"description": "",
"keywords":[],
"main": "Gruntfile.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://bitbucket.org/trgn/rtree2d.git"
},
"devDependencies": {
"intern": "^2.2.2",
"git-rev": "0.2.1",
"buildify": "0.4.0",
"grunt": "~0.4.1",
"grunt-contrib-watch": "~0.5.3",
"grunt-contrib-copy": "~0.7.0",
"load-grunt-tasks": "^1.0.0",
"grunt-sass": "~0.8.0",
"grunt-contrib-concat": "~0.4.0",
"grunt-contrib-clean": "0.6.0",
"grunt-contrib-uglify": "~0.5.0",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-requirejs": "~0.4.4",
"async": "^0.9.0",
"grunt-contrib-connect": "^0.8.0",
"bower": "~1.3.12",
"grunt-contrib-compress": "0.13.0"
},
"author": "Thomas Neirynck",
"license": "ISC"
}