forked from cedricpinson/osgjs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
68 lines (68 loc) · 1.9 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"devDependencies": {
"chai": "^3.5.0",
"eslint": "4.1.1",
"eslint-config-google": "^0.8.0",
"eslint-config-standard": "^10.2.1",
"eslint-plugin-import": "^2.6.0",
"eslint-plugin-node": "^5.1.0",
"eslint-plugin-prettier": "^2.3.1",
"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"
},
"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.4",
"extend": "*",
"gl-matrix": "2.3.2",
"glob": "*",
"grunt": "> 1.0.0",
"grunt-contrib-clean": "*",
"grunt-contrib-copy": "*",
"grunt-contrib-uglify": "^3.1.0",
"grunt-eslint": "^20.1.0",
"grunt-git": "*",
"grunt-shell": "*",
"grunt-webpack": "^3.0.2",
"hammerjs": "^2.0.8",
"jquery": "^2.2.4",
"json-loader": "^0.5.4",
"path": "^0.11.14",
"prettier": "^1.7.0",
"raw-loader": "^0.5.1",
"webpack": "^3.7.1",
"webpack-dev-server": "^2.9.2",
"webpack-strip-block": "^0.2.0",
"zlibjs": "^0.3.1"
},
"contributors": [
"Paul Cheyrou-Lagrèze <[email protected]>",
"Jordi Torres <[email protected]>",
"Matt Fontaine <[email protected]>",
"Stephane Ginier <[email protected]>"
],
"version": "0.2.7",
"author": "Cedric Pinson <[email protected]> (http://cedricpinson.com)",
"license": "MIT",
"description": "OpenSceneGraph implementation in javascript",
"repository": {
"url": "[email protected]:cedricpinson/osgjs.git",
"type": "git"
},
"name": "OpenSceneGraph"
}