forked from cedricpinson/osgjs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.25 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
39
40
41
42
43
44
45
46
47
{
"name": "OpenSceneGraph",
"repository": {
"type": "git",
"url": "[email protected]:cedricpinson/osgjs.git"
},
"description": "OpenSceneGraph implementation in javascript",
"license": "MIT",
"author": "Cedric Pinson <[email protected]> (http://cedricpinson.com)",
"version": "0.2.3",
"contributors": [
"Tuan.kuranes <[email protected]>",
"Matt Fontaine <[email protected]>"
],
"dependencies": {
"extend": "*",
"glob": "*",
"grunt": "*",
"grunt-contrib-clean": "*",
"grunt-contrib-copy": "*",
"grunt-contrib-jshint": "*",
"grunt-contrib-uglify": "*",
"grunt-copy-to": "0.0.12",
"grunt-git": "*",
"grunt-shell": "*",
"grunt-webpack": "^1.0.8",
"grunt-wintersmith-compile": "*",
"hammerjs": "^2.0.4",
"jquery": "^2.1.3",
"leapjs": "^0.6.4",
"path": "^0.11.14",
"q": "^1.2.0",
"raw-loader": "^0.5.1",
"webpack": "^1.7.3",
"webpack-dev-server": "^1.7.0",
"wintersmith-nunjucks": "^0.5.0"
},
"devDependencies": {
"grunt-contrib-connect": "~0.9.0",
"grunt-contrib-qunit": "~0.5.0",
"grunt-docco": "~0.3.2",
"grunt-jsbeautifier": "^0.2.10",
"grunt-plato": "~0.2.1",
"grunt-release": "^0.10.0",
"webpack-strip-block": "0.0.1"
}
}