forked from sallar/rwd-conf-92
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
35 lines (35 loc) · 874 Bytes
/
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
{
"name": "laratalks-website",
"version": "1.0.0",
"description": "Tehran Laravel Group",
"main": "gulpfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/laratalks/laratalks-website.git"
},
"keywords": [
"Laravel",
"Laratalks"
],
"author": "Morteza Parvini",
"license": "GPL",
"bugs": {
"url": "https://github.com/laratalks/laratalks-website/issues"
},
"homepage": "https://github.com/laratalks/laratalks-website",
"devDependencies": {
"del": "^1.1.1",
"gulp": "^3.8.10",
"gulp-cache": "^0.2.4",
"gulp-concat": "^2.4.3",
"gulp-imagemin": "^2.1.0",
"gulp-minify-css": "^0.4.3",
"gulp-rename": "^1.2.0",
"gulp-ruby-sass": "^1.0.0-alpha.2",
"gulp-sass": "^2.3.2",
"gulp-uglify": "^1.1.0"
}
}