-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.2 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
{
"name": "mirage.html",
"version": "0.1.1",
"description": "HTML binding adapter for mirage",
"main": "gulpfile.js",
"directories": {
"doc": "docs",
"test": "test"
},
"scripts": {
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "git://github.com/wsick/mirage-html.git"
},
"keywords": [
"mirage",
"html"
],
"author": "Brad Sickles <brad.sickles@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/wsick/mirage-html/issues"
},
"homepage": "https://github.com/wsick/mirage-html",
"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-concat": "^2.6.1",
"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"
}
}