-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.1 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
{
"name": "wyborysam2014-front",
"version": "0.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lordzfc/wyborySam2014-front.git"
},
"author": "lordzfc",
"license": "MIT",
"bugs": {
"url": "https://github.com/lordzfc/wyborySam2014-front/issues"
},
"homepage": "https://github.com/lordzfc/wyborySam2014-front#readme",
"dependencies": {
"gulp": "^3.9.0",
"gulp-jade": "^1.1.0",
"gulp-livescript": "^2.4.0",
"gulp-stylus": "^2.1.0"
},
"devDependencies": {
"autoprefixer-stylus": "^0.8.1",
"del": "^2.0.2",
"gulp-angular-templatecache": "^1.8.0",
"gulp-concat": "^2.6.0",
"gulp-concat-css": "^2.2.0",
"gulp-filter": "^3.0.1",
"gulp-livescript": "^2.4.0",
"gulp-load-plugins": "^0.10.0",
"gulp-main-bower-files": "^1.2.3",
"gulp-minify-css": "^1.2.1",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.4.2",
"prelude-ls": "^1.1.2",
"require-dir": "^0.3.0"
}
}