-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
53 lines (53 loc) · 1.3 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
52
53
{
"name": "solidus-preview",
"version": "0.0.1",
"description": "Allows previewing an API response via solidus-client.",
"keywords": [
"api",
"browser",
"browserify",
"solidus",
"ecosystem:browser",
"ecosystem:solidus",
"ecosystem:blocks"
],
"repository": {
"type": "git",
"url": "https://github.com/solidusjs/solidus-preview.git"
},
"homepage": "https://github.com/solidusjs/solidus-preview",
"bugs": "https://github.com/solidusjs/solidus-preview/issues",
"license": "MIT",
"author": "Josiah Sprague <[email protected]>",
"main": "src/solidus-preview.js",
"files": [
"src",
"gulpfile.js"
],
"devDependencies": {
"browserify": "^5.11.1",
"browserstack-webdriver": "^2.41.1",
"browserstacktunnel-wrapper": "~1.3.0",
"ecstatic": "^0.5.4",
"gulp": "^3.8.7",
"gulp-derequire": "^1.1.0",
"gulp-notify": "^1.5.1",
"gulp-spawn-mocha": "^0.4.1",
"handlebars": "1.3.x",
"hbsfy": "^2.1.0",
"istanbul": "^0.3.2",
"jquery": "^2.1.1",
"mocha": "^1.21.5",
"mocha-clean": "^0.3.0",
"object-merge": "~2.5.1",
"pretty-hrtime": "^0.2.1",
"require-dir": "^0.1.0",
"run-sequence": "~0.3.7",
"vinyl-source-stream": "^0.1.1"
},
"browserify": {
"transform": [
"hbsfy"
]
}
}