-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.48 KB
/
package.json
File metadata and controls
62 lines (62 loc) · 1.48 KB
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
57
58
59
60
61
62
{
"name": "the-arabic-hub",
"version": "1.0.0",
"description": "",
"repository": {
"type": "git",
"url": ""
},
"main": "gulpfile.js",
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"babelify": "^6.1.2",
"browserify": "^10.2.4",
"browserify-shim": "^3.8.9",
"chai": "^3.0.0",
"connect-slow": "^0.2.2",
"debowerify": "^1.3.1",
"del": "^1.2.0",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^2.3.1",
"gulp-babel": "^5.1.0",
"gulp-concat": "^2.5.2",
"gulp-eslint": "^0.14.0",
"gulp-express": "^0.3.5",
"gulp-filter": "^2.0.2",
"gulp-imagemin": "^2.3.0",
"gulp-jshint": "^1.11.0",
"gulp-less": "^3.0.3",
"gulp-live-server": "0.0.20",
"gulp-minify-css": "^1.1.6",
"gulp-mocha-phantomjs": "^0.6.1",
"gulp-notify": "^2.2.0",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^1.5.2",
"gulp-uglify": "^1.2.0",
"gulp-util": "^3.0.5",
"main-bower-files": "^2.8.0",
"mocha": "^2.2.5",
"stream-browserify": "^1.0.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"vinyl-transform": "^1.0.0",
"watchify": "^3.2.3"
},
"author": "thedecimal",
"license": "ISC",
"dependencies": {
"events": "^1.0.2",
"express": "^4.13.0",
"flux": "^2.0.3",
"object-assign": "^3.0.0",
"page": "^1.6.3",
"q": "^1.4.1",
"react": "^0.13.3"
},
"engines": {
"node": "0.12.x"
}
}