forked from wsick/fayde.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 688 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 688 Bytes
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
{
"name": "fayde.io",
"version": "0.1.0",
"main": "gulpfile.js",
"devDependencies": {
"bower-typings": "^0.1.0",
"connect-livereload": "^0.5.0",
"del": "^1.2.0",
"express": "^4.13.3",
"fayde-unify": "^0.4.14",
"glob": "^5.0.5",
"gulp": "^3.8.11",
"gulp-bower": "0.0.10",
"gulp-bump": "^0.3.0",
"gulp-connect": "^2.2.0",
"gulp-open": "^0.3.2",
"gulp-qunit": "^1.2.1",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^1.5.1",
"gulp-symlink": "^2.1.0",
"gulp-typescript": "^2.6.0",
"gulp-uglify": "^1.2.0",
"merge2": "^0.3.3",
"multer": "^1.0.3",
"run-sequence": "^1.0.2",
"version-ts": "^0.1.1"
}
}