-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
80 lines (80 loc) · 2.01 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
69
70
71
72
73
74
75
76
77
78
79
80
{
"name": "hackaholics",
"version": "0.0.0",
"description": "website representing the hackaholics organization",
"main": "index.js",
"scripts": {
"test": "test",
"gen-member": "node bin/gen-member.js",
"gen-command": "node bin/gen-command.js",
"gen-component": "node bin/gen-component.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/avocadojesus/hackaholics.git"
},
"keywords": [
"hacking",
"orange",
"county",
"code",
"southern",
"california",
"socal",
"computer",
"engineering",
"meetup"
],
"author": "avocadojesus",
"license": "ISC",
"bugs": {
"url": "https://github.com/avocadojesus/hackaholics/issues"
},
"homepage": "https://github.com/avocadojesus/hackaholics#readme",
"dependencies": {
"ascii-art": "0.0.2-alpha",
"asciimo": "^0.3.1",
"body-parser": "^1.15.0",
"bulk-require": "^0.2.1",
"bulkify": "^1.2.0",
"ejs": "^2.4.1",
"events": "^1.1.0",
"express": "^4.13.4",
"figlet": "^1.1.1",
"flux": "^2.1.1",
"gulp-install": "^0.6.0",
"jquery": "^2.2.2",
"js-video-url-parser": "^0.1.6",
"local-storage": "^1.4.2",
"lodash": "^4.6.1",
"method-override": "^2.3.5",
"react": "^0.14.7",
"react-dom": "^0.14.7",
"react-markdown": "^2.1.1",
"react-markdown-file": "0.0.4",
"react-router": "^2.0.1",
"react-video": "^1.5.3",
"react-youtube": "^5.1.0",
"require-all": "^2.0.0",
"require-dir": "^0.3.0",
"shell-parse": "0.0.2",
"shelljs": "~0.6.0",
"socket.io": "^1.4.5",
"three": "^0.75.0",
"three-world": "^2.2.0",
"typed.js": "git://github.com/mattboldt/typed.js.git"
},
"devDependencies": {
"browserify": "^13.0.0",
"gulp": "^3.9.1",
"gulp-html-replace": "^1.5.5",
"gulp-streamify": "^1.0.2",
"gulp-uglify": "^1.5.3",
"gulp-util": "^3.0.7",
"lessify": "^1.0.1",
"prompt": "^1.0.0",
"reactify": "^1.1.1",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.7.0"
}
}