This repository has been archived by the owner on Oct 13, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 43
/
package.json
77 lines (77 loc) · 1.83 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"name": "browser-sync-ui",
"description": "User Interface for BrowserSync",
"version": "1.0.1",
"homepage": "http://www.browsersync.io/",
"author": {
"name": "Shane Osbourne"
},
"repository": "BrowserSync/UI",
"files": [
"index.js",
"lib",
"public",
"static",
"templates"
],
"license": "Apache-2.0",
"scripts": {
"e2e": "./test/pro.sh",
"selenium": "webdriver-manager start",
"test": "cb test"
},
"dependencies": {
"async-each-series": "0.1.1",
"connect-history-api-fallback": "^1.1.0",
"immutable": "^3.7.6",
"server-destroy": "1.0.1",
"socket.io-client": "2.0.4",
"stream-throttle": "^0.1.3"
},
"devDependencies": {
"angular": "~1.4.8",
"angular-route": "~1.4.8",
"angular-sanitize": "~1.4.8",
"angular-touch": "~1.4.8",
"browser-sync": "^2.11.0",
"bs-console-info": "1.0.2",
"bs-fullscreen-message": "1.0.2",
"bs-html-injector": "3.0.2",
"bs-latency": "1.0.0",
"bs-rewrite-rules": "1.0.0",
"chai": "^3.4.1",
"compression": "^1.6.0",
"crossbow": "4.0.8",
"crossbow-sass": "^4.2.0",
"easy-svg": "1.0.5",
"eazy-logger": "^2.1.2",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^3.1.0",
"gulp-contribs": "0.0.3",
"gulp-filter": "^3.0.1",
"gulp-jshint": "^2.0.0",
"gulp-rename": "^1.2.2",
"jshint": "^2.8.0",
"lodash": "^3.10.1",
"mocha": "^2.3.4",
"no-abs": "0.0.0",
"nodemon": "^1.8.1",
"object-path": "^0.9.2",
"parallelshell": "^2.0.0",
"pretty-js": "^0.1.8",
"protractor": "3.3.0",
"request": "^2.67.0",
"sinon": "^1.17.2",
"store": "^1.3.20",
"supertest": "^1.1.0",
"uglify-js": "^2.6.1",
"vinyl-fs": "2.4.3",
"webpack": "^1.12.10"
},
"keywords": [
"browser sync",
"live reload",
"css injection",
"action sync"
]
}