-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.34 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
54
55
56
57
58
59
{
"name": "blocks-alerter",
"version": "1.2.1",
"description": "Injects notification and alert markup and UI in the browser.",
"main": "src/alerter.js",
"files": [
"src",
"gulpfile.js"
],
"repository": {
"type": "git",
"url": "https://github.com/blocks/alerter.git"
},
"keywords": [
"alert",
"alerts",
"alerter",
"blocks",
"browser",
"browserify"
],
"author": "Josiah Sprague <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/blocks/alerter/issues"
},
"homepage": "https://github.com/blocks/alerter",
"devDependencies": {
"browserify": "^5.11.1",
"browserstacktunnel-wrapper": "~1.3.0",
"browserstack-webdriver": "^2.41.1",
"ecstatic": "^0.5.4",
"gulp": "^3.8.7",
"gulp-derequire": "^1.1.0",
"gulp-notify": "^1.5.1",
"gulp-spawn-mocha": "^0.4.1",
"gulp-util": "^3.0.1",
"handlebars": "1.3.x",
"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"
},
"dependencies": {
"events": "^1.0.2",
"handlebars": "^3.0.0",
"hbsfy": "^2.1.0",
"inherits": "^2.0.1"
},
"browserify": {
"transform": [
"hbsfy"
]
}
}