-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.42 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
{
"name": "whatthehellis",
"version": "1.0.0",
"description": "Website with simple description of various terms",
"main": "manage.py",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"heroku-postbuild": "bower install && ln -rs ./node_modules ./server/static/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MadJukesInc/WhatTheHellIs.com.git"
},
"author": "jwuertz",
"license": "MIT",
"bugs": {
"url": "https://github.com/MadJukesInc/WhatTheHellIs.com/issues"
},
"homepage": "https://github.com/MadJukesInc/WhatTheHellIs.com#readme",
"dependencies": {
"better-console": "^0.2.4",
"bower": "^1.8.4",
"del": "^1.2.0",
"extend": "^3.0.0",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^2.3.1",
"gulp-chmod": "^1.2.0",
"gulp-clone": "^1.0.0",
"gulp-concat": "^2.6.0",
"gulp-concat-css": "^2.2.0",
"gulp-copy": "0.0.2",
"gulp-flatten": "^0.1.0",
"gulp-header": "^1.2.2",
"gulp-help": "^1.6.0",
"gulp-if": "^1.2.5",
"gulp-less": "^3.0.3",
"gulp-minify-css": "^1.2.0",
"gulp-notify": "^2.2.0",
"gulp-plumber": "^1.0.1",
"gulp-print": "^1.1.0",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.3",
"gulp-rtlcss": "^0.1.4",
"gulp-uglify": "^1.2.0",
"gulp-util": "^3.0.6",
"gulp-watch": "^4.3.3",
"map-stream": "0.0.6",
"require-dot-file": "^0.4.0",
"yamljs": "^0.2.3"
}
}