-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.04 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.04 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
{
"name": "fayde.controls",
"version": "0.21.0",
"description": "Extended control library for Fayde",
"main": "gulpfile.js",
"repository": {
"type": "git",
"url": "git://github.com/wsick/Fayde.Controls.git"
},
"keywords": [
"fayde",
"controls",
"xaml"
],
"author": "Brad Sickles <brad.sickles@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/wsick/Fayde.Controls/issues"
},
"homepage": "https://github.com/wsick/Fayde.Controls",
"devDependencies": {
"bower-typings": "^0.1.0",
"connect-livereload": "^0.5.0",
"del": "^1.2.0",
"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",
"run-sequence": "^1.0.2",
"version-ts": "^0.1.1"
}
}