forked from arashm/JCal
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 957 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
36
37
38
39
40
{
"name": "jcal",
"version": "0.1.0",
"description": "A Jalali calendar generator",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/arashm/JCal.git"
},
"keywords": [
"jalali",
"calendar",
"solar"
],
"author": "Arash Mousavi",
"license": "MIT",
"bugs": {
"url": "https://github.com/arashm/JCal/issues"
},
"homepage": "https://github.com/arashm/JCal",
"devDependencies": {
"gulp": "^3.8.6",
"gulp-autoprefixer": "0.0.8",
"gulp-cache": "^0.2.0",
"gulp-clean": "^0.3.1",
"gulp-component-build": "0.0.4",
"gulp-concat": "^2.3.4",
"gulp-imagemin": "^0.6.2",
"gulp-jshint": "^1.8.2",
"gulp-livereload": "^2.1.0",
"gulp-minify-css": "^0.3.7",
"gulp-notify": "^1.4.0",
"gulp-rename": "^1.2.0",
"gulp-ruby-sass": "^0.7.1",
"gulp-uglify": "^0.3.1"
}
}