forked from GrimoireGL/GrimoireJS
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
126 lines (126 loc) · 3.99 KB
/
package.json
File metadata and controls
126 lines (126 loc) · 3.99 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
{
"name": "jThree",
"description": "New version of jThree derived from m-mituhide jThreev2",
"version": "0.1.0",
"homepage": "https://github.com/jThreeJS/jThree",
"author": {
"name": "LimeStreem",
"email": "LimeStreem@gmail.com"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/jThreeJS/jThree"
},
"bugs": {
"url": "https://github.com/jThreeJS/jThree/issues"
},
"main": "lib/jThree",
"engines": {
"node": ">= 0.10.0"
},
"scripts": {
"start": "./node_modules/.bin/gulp --require coffee-script/register server",
"build": "./node_modules/.bin/gulp --require coffee-script/register build",
"debug": "./node_modules/.bin/gulp --require coffee-script/register build:debug",
"watch": "./node_modules/.bin/gulp --require coffee-script/register watch",
"test": "./node_modules/.bin/ava -v --require babel-register ./test/**/*Test.js",
"precover": "./node_modules/.bin/gulp --require coffee-script/register build:main --nosourcemap",
"cover": "./node_modules/.bin/nyc --all --reporter=lcov --reporter=text npm test",
"doc": "./node_modules/.bin/gulp --require coffee-script/register doc",
"clean": "./node_modules/.bin/gulp --require coffee-script/register clean",
"lint": "./node_modules/.bin/gulp --require coffee-script/register lint:ts"
},
"directories": {
"test": "test"
},
"devDependencies": {
"ava": "^0.12.0",
"babel-plugin-add-module-exports": "^0.1.2",
"babel-plugin-transform-es2015-modules-commonjs": "^6.6.3",
"babel-polyfill": "^6.6.1",
"babel-preset-es2015": "^6.6.0",
"babel-register": "^6.6.0",
"babelify": "^7.2.0",
"browserify": "^13.0.0",
"coffee-loader": "^0.7.2",
"coffee-reactify": "^4.0.0",
"coffee-script": "^1.10.0",
"coffeeify": "^2.0.1",
"del": "^2.2.0",
"difflet": "^1.0.1",
"envify": "^3.4.0",
"espower-babel": "^4.0.1",
"espower-typescript": "^5.0.1",
"gl": "^2.1.5",
"glob-array": "^0.1.2",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-cached": "^1.1.0",
"gulp-changed": "^1.3.0",
"gulp-connect": "^3.1.0",
"gulp-if": "^2.0.0",
"gulp-istanbul": "^0.10.3",
"gulp-jade": "^1.1.0",
"gulp-match": "^1.0.0",
"gulp-mocha": "^2.2.0",
"gulp-plumber": "^1.1.0",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^1.6.0",
"gulp-tslint": "^4.3.3",
"gulp-typedoc": "^1.2.1",
"gulp-typescript": "^2.12.0",
"gulp-uglify": "^1.5.3",
"gulp-util": "^3.0.7",
"js-cookie": "^2.1.0",
"js-yaml": "^3.5.3",
"jsdom": "^8.1.0",
"json-loader": "^0.5.4",
"lodash": "^4.6.0",
"mkdirp": "^0.5.1",
"mocha": "^2.4.5",
"node-notifier": "^4.5.0",
"nyc": "bcoe/nyc#b5907adbd638d774629e12dc00080e7fe132c7df",
"power-assert": "^1.2.0",
"pretty-hrtime": "^1.0.2",
"radium": "^0.16.6",
"react": "^0.14.7",
"react-dom": "^0.14.7",
"react-simpletabs": "^0.7.0",
"react-tap-event-plugin": "^0.2.2",
"react-tooltip": "^1.1.2",
"react-treeview": "^0.4.3",
"run-sequence": "^1.1.5",
"shader-loader": "^1.1.4",
"shaderify": "pnlybubbles/shaderify#0fcdf2aa0140253170cbbc608ade68d34f78e448",
"sinon": "^1.17.3",
"source-map-support": "^0.4.0",
"superagent": "^1.8.0-beta.2",
"ternary-stream": "^2.0.0",
"through2": "^2.0.1",
"tsify": "^0.13.2",
"tslint": "^3.5.0",
"txtify": "jThreeJS/txtify#ab4d0fe28e3b1e94e349504688f6011143ad622c",
"typedoc": "^0.3.12",
"typescript": "^1.8.7",
"underscore": "^1.8.3",
"underscore.string": "^3.3.4",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.7.0",
"xmldom": "^0.1.22",
"yargs": "^4.2.0"
},
"keywords": [],
"dependencies": {
"gl-matrix": "^2.3.2",
"lodash.isarray": "^4.0.0",
"lodash.isfunction": "^3.0.8",
"lodash.isnumber": "^3.0.3",
"lodash.isplainobject": "^4.0.3",
"lodash.isstring": "^4.0.1",
"lodash.isundefined": "^3.0.1",
"q": "^1.4.1",
"json5": "^0.4.0"
}
}