-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
64 lines (64 loc) · 1.51 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
{
"name": "vikinghug.com",
"version": "0.0.1",
"description": "",
"main": "index.coffee",
"engines": {
"node": "0.12.x"
},
"scripts": {
"test": "node_modules/.bin/mocha",
"start": "node_modules/.bin/nodemon start.js",
"postinstall": "node postinstall.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"bower": "^1.3.2",
"browserify": "^4.2.0",
"calmsoul": "0.0.2",
"coffee-script": "^1.7.1",
"coffeeify": "^0.6.0",
"del": "^0.1.1",
"dotenv": "0.4.0",
"ejs": "^1.0.0",
"express": "^4.0.0",
"gulp": "^3.8.5",
"gulp-browserify": "^0.5.0",
"gulp-coffee": "^1.4.3",
"gulp-ejs": "^0.2.2",
"gulp-jade": "^0.6.1",
"gulp-livereload": "^2.1.0",
"gulp-rename": "^1.2.0",
"gulp-stylus": "^0.1.0",
"gulp-util": "^2.2.14",
"handlebars": "^2.0.0-alpha.4",
"hbs": "^2.7.0",
"jquery": "^2.1.1",
"js-yaml": "^3.0.2",
"marked": "^0.3.2",
"media-typer": "^0.2.0",
"nodemon": "^1.2.0",
"octonode": "^0.6.3",
"run-command": "^0.1.4",
"serve-favicon": "^2.0.1",
"socket.io": "^1.0.6",
"stylus": "^0.42.3",
"superagent": "^0.18.2",
"underscore": "^1.6.0",
"watchjs": "0.0.0",
"win-spawn": "^2.0.0",
"xml2js": "^0.4.4"
},
"repository": {
"type": "git",
"url": "https://github.com/vikinghug/vikinghug.com"
},
"devDependencies": {
"chai": "^1.9.1",
"mocha": "^1.20.1",
"run-sequence": "^0.3.6",
"should": "^4.0.4",
"socket.io-client": "^1.0.6"
}
}