-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.15 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
{
"name": "mirage",
"version": "0.1.1",
"description": "XAML-inspired layout engine",
"main": "Gruntfile.js",
"directories": {
"doc": "docs",
"test": "test"
},
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "git://github.com/wsick/mirage.git"
},
"keywords": [
"xaml",
"fayde"
],
"author": "Brad Sickles <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/wsick/mirage/issues"
},
"homepage": "https://github.com/wsick/mirage",
"devDependencies": {
"del": "^1.2.0",
"fayde-unify": "~0.4.0",
"glob": "^5.0.5",
"gulp": "^3.9.0",
"gulp-bower": "0.0.10",
"gulp-bump": "^0.3.0",
"gulp-connect": "^2.2.0",
"gulp-open": "^0.3.2",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^1.5.1",
"gulp-typescript": "2.9.0",
"gulp-uglify": "^1.2.0",
"karma": "^0.13.19",
"karma-phantomjs-launcher": "^1.0.0",
"karma-qunit": "^0.1.9",
"merge2": "^0.3.3",
"phantomjs-prebuilt": "^2.1.3",
"qunitjs": "^1.21.0",
"run-sequence": "^1.0.2",
"version-ts": "^0.1.1",
"vinyl-fs": "^2.3.1"
}
}