-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
65 lines (65 loc) · 1.58 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
{
"name": "voxel-hologram",
"version": "2.0.2",
"description": "A minimal Hologram theme based on Voxel.",
"url": "https://github.com/rishabhsrao/voxel-hologram",
"license": "./license.md",
"repository": {
"type": "git",
"url": "[email protected]:rishabhsrao/voxel-hologram.git"
},
"private": true,
"author": {
"name": "Rishabh Rao",
"email": "[email protected]",
"url": "http://rishabhsrao.github.io"
},
"engines": {
"node": "~0.12",
"npm": "~2.7"
},
"dependencies": {
"express": "~4.13"
},
"devDependencies": {
"bower": "~1.4",
"browser-sync": "~2.7",
"del": "~1.2",
"event-stream": "~3.3",
"extend": "~3.0",
"gulp": "~3.9",
"gulp-coveralls": "~0.1",
"gulp-debug": "~2.0",
"gulp-define-module": "~0.1",
"gulp-imagemin": "~2.3",
"gulp-jasmine": "~2.0",
"gulp-jshint": "~1.11",
"gulp-jsonminify": "~1.0",
"gulp-load-plugins": "~0.10",
"gulp-notify": "~2.2",
"gulp-rename": "~1.2",
"gulp-size": "~1.2",
"gulp-uglify": "~1.2",
"gulp-util": "~3.0",
"jasmine-core": "~2.3",
"jshint-stylish": "~2.0",
"karma": "~0.12",
"karma-chrome-launcher": "~0.2",
"karma-coverage": "~0.4",
"karma-jasmine": "~0.3",
"karma-junit-reporter": "~0.3",
"karma-phantomjs-launcher": "~0.2",
"karma-requirejs": "~0.2",
"karma-spec-reporter": "~0.0",
"node-notifier": "~4.2",
"phantomjs": "~1.9",
"require-dir": "~0.3",
"requirejs": "~2.1",
"yargs": "~3.15"
},
"scripts": {
"start": "node ./tasks/utils/server.js"
},
"keywords": [
]
}