-
Notifications
You must be signed in to change notification settings - Fork 28
/
package.json
56 lines (56 loc) · 1.47 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
{
"name": "aQuran",
"version": "1.0.0",
"devDependencies": {
"adm-zip": "^0.4.4",
"async": "^0.2.10",
"bower": "latest",
"coffee-script": "^1.7.1",
"connect": "^2.14.2",
"glob": "^3.2.9",
"graceful-fs": "^2.0.3",
"gulp": "^3.5.2",
"gulp-bower-files": "^0.2.1",
"gulp-cached": "0.0.3",
"gulp-changed": "^0.3.0",
"gulp-clean": "^0.2.4",
"gulp-coffee": "^1.4.1",
"gulp-coffeelint": "^0.2.2",
"gulp-concat": "^2.2.0",
"gulp-cson": "0.0.1",
"gulp-download": "0.0.1",
"gulp-filter": "^0.3.0",
"gulp-imagemin": "^0.4.0",
"gulp-jade": "^0.4.2",
"gulp-json-editor": "^2.0.2",
"gulp-karma": "0.0.4",
"gulp-less": "^1.2.1",
"gulp-livereload": "^1.1.1",
"gulp-load": "^0.1.1",
"gulp-load-plugins": "^0.4.0",
"gulp-manifest": "0.0.3",
"gulp-minify-css": "^0.3.0",
"gulp-order": "^1.0.6",
"gulp-rename": "^1.1.0",
"gulp-revmap": "git://github.com/zedix/gulp-revmap",
"gulp-sass": "^0.7.1",
"gulp-tap": "^0.1.1",
"gulp-uglify": "^0.2.1",
"gulp-using": "0.0.1",
"gulp-util": "^2.2.14",
"imagemin-pngcrush": "^0.1.0",
"karma-chrome-launcher": "^0.1.3",
"karma-coffee-preprocessor": "^0.2.1",
"karma-jasmine": "~0.2.0",
"karma-phantomjs-launcher": "^0.1.4",
"lodash": "^2.4.1",
"properties": "^1.2.1",
"q": "^1.0.1",
"sqlite3": "~2.2.0",
"stream-combiner": "0.0.4",
"through": "^2.3.4"
},
"engines": {
"node": ">=0.8.0"
}
}