forked from ahmadatallah/browser-sync-spa
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 820 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 820 Bytes
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
{
"name": "browser-sync-spa",
"version": "1.0.2",
"description": "Single Page App support for BrowserSync",
"main": "index.js",
"scripts": {
"test": "mocha --recursive test/integration"
},
"repository": {
"type": "git",
"url": "https://github.com/shakyShane/browser-sync-spa"
},
"keywords": [
"browser-sync",
"spa"
],
"author": "shakyshane",
"license": "ISC",
"bugs": {
"url": "https://github.com/shakyShane/browser-sync-spa/issues"
},
"homepage": "https://github.com/shakyShane/browser-sync-spa",
"devDependencies": {
"browser-sync": "^1.7.0",
"chai": "^1.10.0",
"mocha": "^2.0.1",
"supertest": "^0.15.0"
},
"dependencies": {
"connect-history-api-fallback": "^1.1.0",
"opt-merger": "https://github.com/Berkmann18/opt-merger.git"
}
}