-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
78 lines (78 loc) · 1.9 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
{
"name": "raid-class",
"title": "Raid Class",
"private": true,
"description": "Raid Class - Warcraft Raiding Class Guides",
"version": "0.0.1",
"homepage": "http://www.raidclass.com",
"author": {
"name": "Eric 'Accomp' Taylor",
"url": "http://www.twitter.com/Accomp"
},
"scripts": {
"start": "node keystone.js",
"postinstall": "gulp build"
},
"contributors": [
{
"name": "Eric Taylor",
"email": "[email protected]"
},
{
"name": "Ben Sterrett",
"email": "[email protected]"
}
],
"repository": {
"type": "git",
"url": "[email protected]:LagBotNetwork/raidclass"
},
"engines": {
"node": ">=0.10.22",
"npm": ">=1.3.14"
},
"license": "MIT",
"dependencies": {
"consolidate": "^0.14.0",
"keystone": "^0.3.16",
"async": "^1.5.0",
"underscore": "^1.8.3",
"node-sass": "^3.3.2",
"node-sass-middleware": "^0.9.7",
"dotenv": "^1.1.0",
"swig": "^1.4.2",
"browser-sync": "^2.7.12",
"del": "^2.2.0",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^3.1.0",
"gulp-combine-mq": "^0.4.0",
"gulp-copy": "0.0.2",
"gulp-csscomb": "^3.0.6",
"gulp-cssnano": "^2.1.0",
"gulp-header": "^1.2.2",
"gulp-htmlhint": "^0.3.1",
"gulp-imagemin": "^2.4.0",
"gulp-include": "^1.1.1",
"gulp-jscs": "^3.0.2",
"gulp-jshint": "^2.0.0",
"gulp-modernizr": "0.0.0",
"gulp-plumber": "^1.0.1",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.3",
"gulp-sass": "^2.1.1",
"gulp-scss-lint": "^0.3.9",
"gulp-shell": "^0.4.2",
"gulp-uglify": "^1.5.0",
"gulp-util": "^3.0.5",
"gulp-watch": "^4.2.4",
"jsdoc": "^3.3.0",
"jshint-stylish": "^2.0.0",
"minami": "^1.1.0",
"minimist": "^1.1.1",
"moment": "^2.10.3",
"require-dir": "^0.3.0",
"run-sequence": "^1.1.5",
"sassdoc": "^2.1.13",
"sassdoc-theme-neat": "0.0.2"
}
}