forked from davehg/osgjs
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
70 lines (70 loc) · 1.95 KB
/
package.json
File metadata and controls
70 lines (70 loc) · 1.95 KB
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"devDependencies": {
"chai": "^3.5.0",
"eslint": "^4.1.1",
"eslint-config-google": "^0.8.0",
"eslint-config-prettier": "^2.3.0",
"eslint-config-standard": "^10.2.1",
"eslint-plugin-import": "^2.6.0",
"eslint-plugin-node": "^5.1.0",
"eslint-plugin-prettier": "^2.1.2",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-standard": "^3.0.1",
"eslint-plugin-private-variables": "*",
"grunt-contrib-connect": "~0.9",
"grunt-documentation": "*",
"grunt-execute": "^0.2.2",
"grunt-plato": "~0.2.1",
"grunt-release": "^0.10.0",
"grunt-update-submodules": "^0.4.1",
"jsdom": "11.0.0",
"jsdom-global": "3.0.2",
"mocha": "^2.5.3",
"prettier": "^1.5.2",
"webpack-strip-block": "0.0.1"
},
"peerDependencies": {
"grunt": ">=0.4.0"
},
"dependencies": {
"bluebird": "^3.0.5",
"d3": "^4.9.1",
"dagre": "^0.7.4",
"dat.gui": "dataarts/dat.gui#v0.6.5",
"extend": "*",
"gl-matrix": "2.3.2",
"glob": "*",
"grunt": "> 1.0.0",
"grunt-contrib-clean": "*",
"grunt-contrib-copy": "*",
"grunt-contrib-uglify": "*",
"grunt-eslint": "*",
"grunt-git": "*",
"grunt-shell": "*",
"grunt-webpack": "^1.0.8",
"hammerjs": "^2.0.8",
"jquery": "^2.2.4",
"json-loader": "^0.5.4",
"path": "^0.11.14",
"prettier": "1.5.2",
"raw-loader": "^0.5.1",
"webpack": "^1.7.3",
"webpack-dev-server": "^1.7.0",
"zlibjs": "^0.3.1"
},
"contributors": [
"Paul Cheyrou-Lagrèze <tuan.kuranes@gmail.com>",
"Jordi Torres <jtorresfabra@gmail.com>",
"Matt Fontaine <tehqin@gmail.com>",
"Stephane Ginier <stephane.ginier@gmail.com>"
],
"version": "0.2.7",
"author": "Cedric Pinson <trigrou@trigrou.com> (http://cedricpinson.com)",
"license": "MIT",
"description": "OpenSceneGraph implementation in javascript",
"repository": {
"url": "git@github.com:cedricpinson/osgjs.git",
"type": "git"
},
"name": "OpenSceneGraph"
}