-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
63 lines (63 loc) · 1.47 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
{
"name": "hologramjs",
"version": "1.0.0",
"description": "Creative WebVR Framework",
"main": "dist/hologram.js",
"directories": {
"doc": "docs",
"test": "test"
},
"scripts": {
"test": "make test"
},
"repository": {
"type": "git",
"url": "https://github.com/etiennepinchon/Hologram.git"
},
"devDependencies": {
"async": "^2.0.1",
"bower": "^1.3.12",
"chai": "^3.5.0",
"coffee-coverage": "^1.0.1",
"coffee-loader": "^0.7.2",
"coffee-script": "^1.9.1",
"eventemitter3": "^1.1.1",
"gulp": "^3.8.11",
"gulp-coffeelint": "^0.6.0",
"gulp-plumber": "^1.0.1",
"gulp-rename": "^1.2.2",
"gulp-template": "^4.0.0",
"gulp-util": "^3.0.7",
"husl": "6.0.1",
"knox": "^0.9.2",
"lodash": "^4.14.1",
"mime": "^1.3.4",
"mocha": "^3.0.0",
"mocha-phantomjs": "^4.0.1",
"mustache": "^2.0.0",
"simulate": "^0.0.5",
"webpack": "^1.7.3",
"webpack-append": "^0.1.2",
"webpack-dev-server": "^1.14.1",
"webpack-stream": "^3.0.1"
},
"keywords": [
"webvr",
"vr",
"prototyping"
],
"author": "Etienne Pinchon",
"license": "MIT",
"bugs": {
"url": "https://github.com/etiennepinchon/Hologram/issues"
},
"homepage": "https://hologram.cool",
"dependencies": {
"eventemitter3": "^1.2.0",
"fs-extra": "^3.0.1",
"highlight.js": "^9.12.0",
"prepend-webpack-plugin": "^1.0.2",
"replacestream": "^4.0.2",
"webpack-dev-server": "^1.16.5"
}
}