-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
33 lines (33 loc) · 1.03 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
{
"name": "realxtend-webtundra-sdk",
"description": "realXtend WebTundra SDK is a web browser virtual world SDK",
"homepage": "http://realxtend.org/",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/realXtend/WebTundra.git"
},
"version": "5.2.3",
"dependencies": {
"command-line-args": "^5.1.1",
"glob": "^5.0.12",
"grunt": "^1.4.1",
"grunt-contrib-clean": "=0.6.0",
"grunt-contrib-compress": "^2.0.0",
"grunt-contrib-concat": "=0.5.1",
"grunt-contrib-connect": "^3.0.0",
"grunt-contrib-copy": "=0.8.0",
"grunt-contrib-requirejs": "=0.4.4",
"grunt-contrib-uglify": "^5.0.1",
"grunt-contrib-watch": "^1.1.0",
"grunt-git-describe": "=2.3.2",
"grunt-jsdoc": "^2.4.1",
"grunt-parallel": "^0.5.1",
"jaguarjs-jsdoc": "0.0.1",
"node.extend": "^1.1.5",
"requirejs": "^2.1.18"
},
"scripts": {
"test": "echo 'Tests: todo'"
}
}